Html Css Color HEX #FCDFD0 Pippin

📋 copy color: '#FCDFD0'

red 252 ◦ green 223 ◦ blue 208

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

Shades of Pippin #FCDFD0

Tints of Pippin #FCDFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 30.45%

R = 36.9%
G = 32.65%
B = 30.45%

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

#FCDFD0 (or 0xFCDFD0) is known color: Pippin. HEX triplet: FC, DF and D0. RGB value is (252,223,208). Sum of RGB (Red+Green+Blue) = 252+223+208=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFD0 is #03202F. Grayscale: #E6E6E6. Windows color (decimal): -204848 or 13688828. OLE color: 13688828.

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

Color convert

RGB 252 223 208 -
CMYK 0 0.12 0.17 0.01
HSL 20.45º 0.88% 0.9% -
HSV(B) 20.45º 0.17% 0.99% -
XYZ 77.92 78.02 70.63 -
YUV 229.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 252 223 208 0 0.12 0.17 0.01 20.45 0.88 0.9
Hex FC DF D0 0 C 11 1 14 58 5A
Octal 374 337 320 0 14 21 1 24 130 132
Binary 11111100 11011111 11010000 0 1100 10001 1 10100 1011000 1011010

Color Harmonies of #FCDFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFD0

Black with #FCDFD0

Text Example


Text Example

White with #FCDFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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