Html Css Color HEX #FCDAE8 Pig Pink

📋 copy color: '#FCDAE8'

red 252 ◦ green 218 ◦ blue 232

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

Shades of Pig Pink #FCDAE8

Tints of Pig Pink #FCDAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 33.05%

R = 35.9%
G = 31.05%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCDAE8 (or 0xFCDAE8) is known color: Pig Pink. HEX triplet: FC, DA and E8. RGB value is (252,218,232). Sum of RGB (Red+Green+Blue) = 252+218+232=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAE8 is #032517. Grayscale: #E5E5E5. Windows color (decimal): -206104 or 15260412. OLE color: 15260412.

HSL color Cylindrical-coordinate representation of color #FCDAE8: hue angle of 335.29º 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 #FCDAE8 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 218 232 -
CMYK 0 0.13 0.08 0.01
HSL 335.29º 0.85% 0.92% -
HSV(B) 335.29º 0.13% 0.99% -
XYZ 79.78 76.66 86.94 -
YUV 229.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 252 218 232 0 0.13 0.08 0.01 335.29 0.85 0.92
Hex FC DA E8 0 D 8 1 14F 55 5C
Octal 374 332 350 0 15 10 1 517 125 134
Binary 11111100 11011010 11101000 0 1101 1000 1 101001111 1010101 1011100

Color Harmonies of #FCDAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAE8

Black with #FCDAE8

Text Example


Text Example

White with #FCDAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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