Html Css Color HEX #FCD9CF Pippin

📋 copy color: '#FCD9CF'

red 252 ◦ green 217 ◦ blue 207

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

Shades of Pippin #FCD9CF

Tints of Pippin #FCD9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.1%

 BLUE value IS 207 (81.25% from 255) = 30.62%

R = 37.28%
G = 32.1%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCD9CF (or 0xFCD9CF) is known color: Pippin. HEX triplet: FC, D9 and CF. RGB value is (252,217,207). Sum of RGB (Red+Green+Blue) = 252+217+207=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9CF is #032630. Grayscale: #E2E2E2. Windows color (decimal): -206385 or 13621756. OLE color: 13621756.

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

Color convert

RGB 252 217 207 -
CMYK 0 0.14 0.18 0.01
HSL 13.33º 0.88% 0.9% -
HSV(B) 13.33º 0.18% 0.99% -
XYZ 76.22 74.83 69.46 -
YUV 226.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 252 217 207 0 0.14 0.18 0.01 13.33 0.88 0.9
Hex FC D9 CF 0 E 12 1 D 58 5A
Octal 374 331 317 0 16 22 1 15 130 132
Binary 11111100 11011001 11001111 0 1110 10010 1 1101 1011000 1011010

Color Harmonies of #FCD9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9CF

Black with #FCD9CF

Text Example


Text Example

White with #FCD9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9CF; }

 p { color: rgb(252,217,207); }

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

background-color css

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

 a { background-color: rgb(252,217,207); }

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

border-color css

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

 span { border-color: rgb(252,217,207); }

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