Html Css Color HEX #FCDFD7 Pippin

📋 copy color: '#FCDFD7'

red 252 ◦ green 223 ◦ blue 215

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

Shades of Pippin #FCDFD7

Tints of Pippin #FCDFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.16%

R = 36.52%
G = 32.32%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCDFD7 (or 0xFCDFD7) is known color: Pippin. HEX triplet: FC, DF and D7. RGB value is (252,223,215). Sum of RGB (Red+Green+Blue) = 252+223+215=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFD7 is #032028. Grayscale: #E6E6E6. Windows color (decimal): -204841 or 14147580. OLE color: 14147580.

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

Color convert

RGB 252 223 215 -
CMYK 0 0.12 0.15 0.01
HSL 12.97º 0.86% 0.92% -
HSV(B) 12.97º 0.15% 0.99% -
XYZ 78.8 78.38 75.27 -
YUV 230.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 252 223 215 0 0.12 0.15 0.01 12.97 0.86 0.92
Hex FC DF D7 0 C F 1 D 56 5C
Octal 374 337 327 0 14 17 1 15 126 134
Binary 11111100 11011111 11010111 0 1100 1111 1 1101 1010110 1011100

Color Harmonies of #FCDFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFD7

Black with #FCDFD7

Text Example


Text Example

White with #FCDFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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