Html Css Color HEX #FCD8F1 Pig Pink

📋 copy color: '#FCD8F1'

red 252 ◦ green 216 ◦ blue 241

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

Shades of Pig Pink #FCD8F1

Tints of Pig Pink #FCD8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 33.99%

R = 35.54%
G = 30.47%
B = 33.99%

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

#FCD8F1 (or 0xFCD8F1) is known color: Pig Pink. HEX triplet: FC, D8 and F1. RGB value is (252,216,241). Sum of RGB (Red+Green+Blue) = 252+216+241=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 216 (84.77% from 255 or 30.47% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8F1 is #03270E. Grayscale: #E5E5E5. Windows color (decimal): -206607 or 15849724. OLE color: 15849724.

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

Color convert

RGB 252 216 241 -
CMYK 0 0.14 0.04 0.01
HSL 318.33º 0.86% 0.92% -
HSV(B) 318.33º 0.14% 0.99% -
XYZ 80.58 76.16 93.67 -
YUV 229.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 252 216 241 0 0.14 0.04 0.01 318.33 0.86 0.92
Hex FC D8 F1 0 E 4 1 13E 56 5C
Octal 374 330 361 0 16 4 1 476 126 134
Binary 11111100 11011000 11110001 0 1110 100 1 100111110 1010110 1011100

Color Harmonies of #FCD8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8F1

Black with #FCD8F1

Text Example


Text Example

White with #FCD8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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