Html Css Color HEX #FCDAE4 Pig Pink

📋 copy color: '#FCDAE4'

red 252 ◦ green 218 ◦ blue 228

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

Shades of Pig Pink #FCDAE4

Tints of Pig Pink #FCDAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.66%

R = 36.1%
G = 31.23%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCDAE4 (or 0xFCDAE4) is known color: Pig Pink. HEX triplet: FC, DA and E4. RGB value is (252,218,228). Sum of RGB (Red+Green+Blue) = 252+218+228=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 228 (89.45% from 255 or 32.66% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAE4 is #03251B. Grayscale: #E5E5E5. Windows color (decimal): -206108 or 14998268. OLE color: 14998268.

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

Color convert

RGB 252 218 228 -
CMYK 0 0.13 0.10 0.01
HSL 342.35º 0.85% 0.92% -
HSV(B) 342.35º 0.13% 0.99% -
XYZ 79.22 76.44 83.98 -
YUV 229.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 252 218 228 0 0.13 0.10 0.01 342.35 0.85 0.92
Hex FC DA E4 0 D A 1 156 55 5C
Octal 374 332 344 0 15 12 1 526 125 134
Binary 11111100 11011010 11100100 0 1101 1010 1 101010110 1010101 1011100

Color Harmonies of #FCDAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAE4

Black with #FCDAE4

Text Example


Text Example

White with #FCDAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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