Html Css Color HEX #FCD8F3 Pig Pink

📋 copy color: '#FCD8F3'

red 252 ◦ green 216 ◦ blue 243

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

Shades of Pig Pink #FCD8F3

Tints of Pig Pink #FCD8F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.18%

R = 35.44%
G = 30.38%
B = 34.18%

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

#FCD8F3 (or 0xFCD8F3) is known color: Pig Pink. HEX triplet: FC, D8 and F3. RGB value is (252,216,243). Sum of RGB (Red+Green+Blue) = 252+216+243=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 216 (84.77% from 255 or 30.38% from 711); Blue value is 243 (95.31% from 255 or 34.18% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8F3 is #03270C. Grayscale: #E5E5E5. Windows color (decimal): -206605 or 15980796. OLE color: 15980796.

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

Color convert

RGB 252 216 243 -
CMYK 0 0.14 0.04 0.01
HSL 315º 0.86% 0.92% -
HSV(B) 315º 0.14% 0.99% -
XYZ 80.88 76.28 95.25 -
YUV 229.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 252 216 243 0 0.14 0.04 0.01 315 0.86 0.92
Hex FC D8 F3 0 E 4 1 13B 56 5C
Octal 374 330 363 0 16 4 1 473 126 134
Binary 11111100 11011000 11110011 0 1110 100 1 100111011 1010110 1011100

Color Harmonies of #FCD8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8F3

Black with #FCD8F3

Text Example


Text Example

White with #FCD8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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