Html Css Color HEX #FCDADD Pale Pink

📋 copy color: '#FCDADD'

red 252 ◦ green 218 ◦ blue 221

#FCDADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Pink #FCDADD

Tints of Pale Pink #FCDADD

RGB

 RED value IS 252 (98.83% from 255) = 36.47%

 GREEN value IS 218 (85.55% from 255) = 31.55%

 BLUE value IS 221 (86.72% from 255) = 31.98%

R = 36.47%
G = 31.55%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCDADD (or 0xFCDADD) is known color: Pale Pink. HEX triplet: FC, DA and DD. RGB value is (252,218,221). Sum of RGB (Red+Green+Blue) = 252+218+221=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDADD is #032522. Grayscale: #E4E4E4. Windows color (decimal): -206115 or 14539516. OLE color: 14539516.

HSL color Cylindrical-coordinate representation of color #FCDADD: hue angle of 354.71º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDADD is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 218 221 -
CMYK 0 0.13 0.12 0.01
HSL 354.71º 0.85% 0.92% -
HSV(B) 354.71º 0.13% 0.99% -
XYZ 78.27 76.06 78.96 -
YUV 228.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 252 218 221 0 0.13 0.12 0.01 354.71 0.85 0.92
Hex FC DA DD 0 D C 1 163 55 5C
Octal 374 332 335 0 15 14 1 543 125 134
Binary 11111100 11011010 11011101 0 1101 1100 1 101100011 1010101 1011100

Color Harmonies of #FCDADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDADD

Black with #FCDADD

Text Example


Text Example

White with #FCDADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDADD; }

 p { color: rgb(252,218,221); }

 H1.HeaderClassName
 {
   color: #FCDADD;
 }
 .AnyTagClassName
 {
   color: #FCDADD;
 }
</style>

background-color css

<style>
 a { background-color: #FCDADD; }

 a { background-color: rgb(252,218,221); }

 div.DivClassName
 {
   background-color: #FCDADD;
 }
 .BgClassName
 {
   background-color: #FCDADD;
 }
</style>

border-color css

<style>
 span { border-color: #FCDADD; }

 span { border-color: rgb(252,218,221); }

 td.TdClassName
 {
   border-color: #FCDADD;
 }
 .TagClassName
 {
   border-color: #FCDADD;
 }
</style>