Html Css Color HEX #FCF0D3 Half Dutch White

📋 copy color: '#FCF0D3'

red 252 ◦ green 240 ◦ blue 211

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

Shades of Half Dutch White #FCF0D3

Tints of Half Dutch White #FCF0D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.01%

R = 35.85%
G = 34.14%
B = 30.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCF0D3 (or 0xFCF0D3) is known color: Half Dutch White. HEX triplet: FC, F0 and D3. RGB value is (252,240,211). Sum of RGB (Red+Green+Blue) = 252+240+211=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0D3 is #030F2C. Grayscale: #F0F0F0. Windows color (decimal): -200493 or 13889788. OLE color: 13889788.

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

Color convert

RGB 252 240 211 -
CMYK 0 0.05 0.16 0.01
HSL 42.44º 0.87% 0.91% -
HSV(B) 42.44º 0.16% 0.99% -
XYZ 83.06 87.72 74.18 -
YUV 240.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 252 240 211 0 0.05 0.16 0.01 42.44 0.87 0.91
Hex FC F0 D3 0 5 10 1 2A 57 5B
Octal 374 360 323 0 5 20 1 52 127 133
Binary 11111100 11110000 11010011 0 101 10000 1 101010 1010111 1011011

Color Harmonies of #FCF0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0D3

Black with #FCF0D3

Text Example


Text Example

White with #FCF0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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