Html Css Color HEX #FCD8E4 Pig Pink

📋 copy color: '#FCD8E4'

red 252 ◦ green 216 ◦ blue 228

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

Shades of Pig Pink #FCD8E4

Tints of Pig Pink #FCD8E4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.03%

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

R = 36.21%
G = 31.03%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCD8E4 (or 0xFCD8E4) is known color: Pig Pink. HEX triplet: FC, D8 and E4. RGB value is (252,216,228). Sum of RGB (Red+Green+Blue) = 252+216+228=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 216 (84.77% from 255 or 31.03% from 696); Blue value is 228 (89.45% from 255 or 32.76% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8E4 is #03271B. Grayscale: #E4E4E4. Windows color (decimal): -206620 or 14997756. OLE color: 14997756.

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

Color convert

RGB 252 216 228 -
CMYK 0 0.14 0.10 0.01
HSL 340º 0.86% 0.92% -
HSV(B) 340º 0.14% 0.99% -
XYZ 78.7 75.41 83.81 -
YUV 228.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 252 216 228 0 0.14 0.10 0.01 340 0.86 0.92
Hex FC D8 E4 0 E A 1 154 56 5C
Octal 374 330 344 0 16 12 1 524 126 134
Binary 11111100 11011000 11100100 0 1110 1010 1 101010100 1010110 1011100

Color Harmonies of #FCD8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8E4

Black with #FCD8E4

Text Example


Text Example

White with #FCD8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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