COLOR #FFCADB

HEX: #FFCADB RGB: (255,202,219)

Color info

#FFCADB contains red, green and blue colors in about the same proportion. Web safe color of #FFCADB is #FFCCCC (or #FCC).

RGB color model

#FFCADB color RGB value is (255,202,219).

RGB: (255,202,219) (100%, 79%, 86%)

RGB channels and saturation

R 255 of 255 = 100%
G 202 of 255 = 79%
B 219 of 255 = 86%

255
202
219

R + G + B ~ 88%. #FFCADB is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 202 + 219 = 676 (100%)
R 255 of 676 ~ 37.72%
G 202 of 676 ~ 29.88%
B 219 of 676 ~ 32.4'%

%37.72
%29.88
%32.4

CMYK color model

#FFCADB color CMYK value is (0,21,14,0).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 14.12%
  • key color value is 0.00%

CMYK: (0,21,14,0)
C0M21Y14K0 (0%, 21%, 14%, 0%)
(0.00 / 0.21 / 0.14 / 0.00)

CMYK percentages

%0
%20.78
%14.12
%0

Codes

Color #FFCADB in popluar color models

FF CA DB
RGB 255 202 219
HSL 341° 100.00% 89.61%
HSB/HSV 341° 20.78% 100.00%
CMYK 0.00% 20.78% 14.12%
0.00%

Color #FFCADB in popluar number systems.

HEX FF CA DB
Decimal 255 202 219
Binary 11111111 11001010 11011011
Octal 377 312 333

Shades and tints

Shades of #FFCADB

#FFCADB
(255,202,219)
#E8B8C8
(232,184,200)
#D1A6B5
(209,166,181)
#BA94A2
(186,148,162)
#A3828F
(163,130,143)
#8C707C
(140,112,124)
#755E69
(117,94,105)
#5E4C56
(94,76,86)
#473A43
(71,58,67)
#302830
(48,40,48)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #FFCADB

#FFCADB
(255,202,219)
#FFCEDE
(255,206,222)
#FFD2E1
(255,210,225)
#FFD6E4
(255,214,228)
#FFDAE7
(255,218,231)
#FFDEEA
(255,222,234)
#FFE2ED
(255,226,237)
#FFE6F0
(255,230,240)
#FFEAF3
(255,234,243)
#FFEEF6
(255,238,246)
#FFF2F9
(255,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCADB color. Also use rgb(255,202,219) instead hex code.

Text Font Color

.myTextColor { color: #FFCADB; }

<p style="color:#FFCADB">This sample text font color is #FFCADB.</p>

This text font color is #FFCADB.

Background Color

.myBgColor { background-color: #FFCADB; }

<div style="background-color:#FFCADB">Inner text</div>

This div background color is #FFCADB.

Border color

.myBorderColor { border: 1px solid #FFCADB; }

<div style="border:3px solid #FFCADB">Div</div>

This div border color is #FFCADB.

Opacity

.myOpacity80 { color: #FFCADB; opacity: 0.8; }

<p style="color:#FFCADB;opacity:0.8;">80%</p>

Text with #FFCADB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFCADB;}

<p style="text-shadow: 3px 3px 1px #FFCADB">Text here.</p>

This text has shadow with #FFCADB color.


.textShadow {text-shadow: 3px 3px 1px #FFCADB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFCADB, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFCADB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFCADB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFCADB, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFCADB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFCADB;
-webkit-box-shadow: 1px 1px 3px 2px #FFCADB;
box-shadow: 1px 1px 3px 2px #FFCADB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFCADB; -webkit-box-shadow: 1px 1px 3px 2px #FFCADB; box-shadow:1px 1px 3px 2px #FFCADB;">
Div content here
</div>

This div box has shadow with color #FFCADB.

Preview

Color preview on black background

This text has color #FFCADB on black background.


Color preview on white background

This text has color #FFCADB on white background.


Black color preview on #FFCADB background

This text has black color on #FFCADB background.


White color preview on #FFCADB background

This text has white color on #FFCADB background.


Related colors

Complementary color

Complementary color for #hex is #003524.


I love getcolorcode.com

Triadic colors

1 #DBFFCA and #CADBFF with #FFCADB are triadic colors.

2 #DBCAFF and #CAFFDB with #FFCADB are triadic colors.