Html Css Color HEX #FCF0D8 Half Dutch White

📋 copy color: '#FCF0D8'

red 252 ◦ green 240 ◦ blue 216

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

Shades of Half Dutch White #FCF0D8

Tints of Half Dutch White #FCF0D8

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.9%

 BLUE value IS 216 (84.77% from 255) = 30.51%

R = 35.59%
G = 33.9%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCF0D8 (or 0xFCF0D8) is known color: Half Dutch White. HEX triplet: FC, F0 and D8. RGB value is (252,240,216). Sum of RGB (Red+Green+Blue) = 252+240+216=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 216 (84.77% from 255 or 30.51% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0D8 is #030F27. Grayscale: #F0F0F0. Windows color (decimal): -200488 or 14217468. OLE color: 14217468.

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

Color convert

RGB 252 240 216 -
CMYK 0 0.05 0.14 0.01
HSL 40º 0.86% 0.92% -
HSV(B) 40º 0.14% 0.99% -
XYZ 83.7 87.97 77.53 -
YUV 240.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 252 240 216 0 0.05 0.14 0.01 40 0.86 0.92
Hex FC F0 D8 0 5 E 1 28 56 5C
Octal 374 360 330 0 5 16 1 50 126 134
Binary 11111100 11110000 11011000 0 101 1110 1 101000 1010110 1011100

Color Harmonies of #FCF0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0D8

Black with #FCF0D8

Text Example


Text Example

White with #FCF0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0D8; }

 p { color: rgb(252,240,216); }

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

background-color css

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

 a { background-color: rgb(252,240,216); }

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

border-color css

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

 span { border-color: rgb(252,240,216); }

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