Html Css Color HEX #FCDFD2 Pippin

📋 copy color: '#FCDFD2'

red 252 ◦ green 223 ◦ blue 210

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

Shades of Pippin #FCDFD2

Tints of Pippin #FCDFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.55%

 BLUE value IS 210 (82.42% from 255) = 30.66%

R = 36.79%
G = 32.55%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCDFD2 (or 0xFCDFD2) is known color: Pippin. HEX triplet: FC, DF and D2. RGB value is (252,223,210). Sum of RGB (Red+Green+Blue) = 252+223+210=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 210 (82.42% from 255 or 30.66% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFD2 is #03202D. Grayscale: #E6E6E6. Windows color (decimal): -204846 or 13819900. OLE color: 13819900.

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

Color convert

RGB 252 223 210 -
CMYK 0 0.12 0.17 0.01
HSL 18.57º 0.88% 0.91% -
HSV(B) 18.57º 0.17% 0.99% -
XYZ 78.17 78.12 71.93 -
YUV 230.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 252 223 210 0 0.12 0.17 0.01 18.57 0.88 0.91
Hex FC DF D2 0 C 11 1 13 58 5B
Octal 374 337 322 0 14 21 1 23 130 133
Binary 11111100 11011111 11010010 0 1100 10001 1 10011 1011000 1011011

Color Harmonies of #FCDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFD2

Black with #FCDFD2

Text Example


Text Example

White with #FCDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFD2; }

 p { color: rgb(252,223,210); }

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

background-color css

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

 a { background-color: rgb(252,223,210); }

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

border-color css

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

 span { border-color: rgb(252,223,210); }

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