COLOR #FFCADA

HEX: #FFCADA
RGB: (255,202,218)

Color info

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

RGB color model

#FFCADA color RGB value is (255,202,218).

  • red value is 255;
  • green value is 202;
  • blue value is 218.
RGB:
(255,202,218)
(100%,79%,85%)

RGB channels and saturation

R 255 of 255 = 100%
G 202 of 255 = 79%
B 218 of 255 = 85%

255
202
218

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

Portions of RGB colors in percentages

R + G + B =
255 + 202 + 218 = 675 (100%)
R 255 of 675 ~ 37.78%
G 202 of 675 ~ 29.93%
B 218 of 675 ~ 32.3%

%37.78
%29.93
%32.3

CMYK color model

#FFCADA color CMYK value is (0,21,15,0).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 14.51%
  • key color value is 0.00%
CMYK:
(0,21,15,0)
C0M21Y15K0 
(0%,21%,15%,0%)
(0.00/0.21/0.15/0.00)	

CMYK percentages

%0
%20.78
%14.51
%0

Codes

Color #FFCADA in popluar color models

FFCADA
RGB255202218
HSL342°100.00%89.61%
HSB/HSV342°20.78%100.00%
CMYK0.00%20.78%14.51%
0.00%

Color #FFCADA in popluar number systems.

HEXFFCADA
Decimal255202218
Binary111111111100101011011010
Octal377312332

Shades and tints

Shades of #FFCADA

#FFCADA
(255,202,218)
#E8B8C7
(232,184,199)
#D1A6B4
(209,166,180)
#BA94A1
(186,148,161)
#A3828E
(163,130,142)
#8C707B
(140,112,123)
#755E68
(117,94,104)
#5E4C55
(94,76,85)
#473A42
(71,58,66)
#30282F
(48,40,47)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #FFCADA

#FFCADA
(255,202,218)
#FFCEDD
(255,206,221)
#FFD2E0
(255,210,224)
#FFD6E3
(255,214,227)
#FFDAE6
(255,218,230)
#FFDEE9
(255,222,233)
#FFE2EC
(255,226,236)
#FFE6EF
(255,230,239)
#FFEAF2
(255,234,242)
#FFEEF5
(255,238,245)
#FFF2F8
(255,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCADA; }

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

This text font color is #FFCADA.


Background Color

.myBgColor { background-color: #FFCADA; }

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

This div background color is #FFCADA.


Border color

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

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

This div border color is #FFCADA.


Opacity

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

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

Text with #FFCADA 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 #FFCADA;}

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

This text has shadow with #FFCADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCADA on black background.


Color preview on white background

This text has color #FFCADA on white background.



Black color preview on #FFCADA background

This text has black color on #FFCADA background.


White color preview on #FFCADA background

This text has white color on #FFCADA background.