Html Css Color HEX #FCDFCF Pippin

📋 copy color: '#FCDFCF'

red 252 ◦ green 223 ◦ blue 207

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

Shades of Pippin #FCDFCF

Tints of Pippin #FCDFCF

RGB

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

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

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

R = 36.95%
G = 32.7%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCDFCF (or 0xFCDFCF) is known color: Pippin. HEX triplet: FC, DF and CF. RGB value is (252,223,207). Sum of RGB (Red+Green+Blue) = 252+223+207=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFCF is #032030. Grayscale: #E5E5E5. Windows color (decimal): -204849 or 13623292. OLE color: 13623292.

HSL color Cylindrical-coordinate representation of color #FCDFCF: hue angle of 21.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 #FCDFCF is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 223 207 -
CMYK 0 0.12 0.18 0.01
HSL 21.33º 0.88% 0.9% -
HSV(B) 21.33º 0.18% 0.99% -
XYZ 77.8 77.98 69.98 -
YUV 229.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 252 223 207 0 0.12 0.18 0.01 21.33 0.88 0.9
Hex FC DF CF 0 C 12 1 15 58 5A
Octal 374 337 317 0 14 22 1 25 130 132
Binary 11111100 11011111 11001111 0 1100 10010 1 10101 1011000 1011010

Color Harmonies of #FCDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFCF

Black with #FCDFCF

Text Example


Text Example

White with #FCDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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