Html Css Color HEX #FCD8EA Pig Pink

📋 copy color: '#FCD8EA'

red 252 ◦ green 216 ◦ blue 234

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

Shades of Pig Pink #FCD8EA

Tints of Pig Pink #FCD8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.33%

R = 35.9%
G = 30.77%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCD8EA (or 0xFCD8EA) is known color: Pig Pink. HEX triplet: FC, D8 and EA. RGB value is (252,216,234). Sum of RGB (Red+Green+Blue) = 252+216+234=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 216 (84.77% from 255 or 30.77% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8EA is #032715. Grayscale: #E4E4E4. Windows color (decimal): -206614 or 15390972. OLE color: 15390972.

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

Color convert

RGB 252 216 234 -
CMYK 0 0.14 0.07 0.01
HSL 330º 0.86% 0.92% -
HSV(B) 330º 0.14% 0.99% -
XYZ 79.55 75.75 88.27 -
YUV 228.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 252 216 234 0 0.14 0.07 0.01 330 0.86 0.92
Hex FC D8 EA 0 E 7 1 14A 56 5C
Octal 374 330 352 0 16 7 1 512 126 134
Binary 11111100 11011000 11101010 0 1110 111 1 101001010 1010110 1011100

Color Harmonies of #FCD8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8EA

Black with #FCD8EA

Text Example


Text Example

White with #FCD8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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