Html Css Color HEX #FCD8F2 Pig Pink

📋 copy color: '#FCD8F2'

red 252 ◦ green 216 ◦ blue 242

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

Shades of Pig Pink #FCD8F2

Tints of Pig Pink #FCD8F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.08%

R = 35.49%
G = 30.42%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCD8F2 (or 0xFCD8F2) is known color: Pig Pink. HEX triplet: FC, D8 and F2. RGB value is (252,216,242). Sum of RGB (Red+Green+Blue) = 252+216+242=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 216 (84.77% from 255 or 30.42% from 710); Blue value is 242 (94.92% from 255 or 34.08% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8F2 is #03270D. Grayscale: #E5E5E5. Windows color (decimal): -206606 or 15915260. OLE color: 15915260.

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

Color convert

RGB 252 216 242 -
CMYK 0 0.14 0.04 0.01
HSL 316.67º 0.86% 0.92% -
HSV(B) 316.67º 0.14% 0.99% -
XYZ 80.73 76.22 94.46 -
YUV 229.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 252 216 242 0 0.14 0.04 0.01 316.67 0.86 0.92
Hex FC D8 F2 0 E 4 1 13D 56 5C
Octal 374 330 362 0 16 4 1 475 126 134
Binary 11111100 11011000 11110010 0 1110 100 1 100111101 1010110 1011100

Color Harmonies of #FCD8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8F2

Black with #FCD8F2

Text Example


Text Example

White with #FCD8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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