Html Css Color HEX #FCDAE9 Pig Pink

📋 copy color: '#FCDAE9'

red 252 ◦ green 218 ◦ blue 233

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

Shades of Pig Pink #FCDAE9

Tints of Pig Pink #FCDAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33.14%

R = 35.85%
G = 31.01%
B = 33.14%

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

#FCDAE9 (or 0xFCDAE9) is known color: Pig Pink. HEX triplet: FC, DA and E9. RGB value is (252,218,233). Sum of RGB (Red+Green+Blue) = 252+218+233=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 233 (91.41% from 255 or 33.14% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDAE9 is #032516. Grayscale: #E5E5E5. Windows color (decimal): -206103 or 15325948. OLE color: 15325948.

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

Color convert

RGB 252 218 233 -
CMYK 0 0.13 0.08 0.01
HSL 333.53º 0.85% 0.92% -
HSV(B) 333.53º 0.13% 0.99% -
XYZ 79.92 76.72 87.69 -
YUV 229.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 252 218 233 0 0.13 0.08 0.01 333.53 0.85 0.92
Hex FC DA E9 0 D 8 1 14E 55 5C
Octal 374 332 351 0 15 10 1 516 125 134
Binary 11111100 11011010 11101001 0 1101 1000 1 101001110 1010101 1011100

Color Harmonies of #FCDAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAE9

Black with #FCDAE9

Text Example


Text Example

White with #FCDAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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