Html Css Color HEX #FCF1D3 Half Dutch White

📋 copy color: '#FCF1D3'

red 252 ◦ green 241 ◦ blue 211

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

Shades of Half Dutch White #FCF1D3

Tints of Half Dutch White #FCF1D3

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.23%

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

R = 35.8%
G = 34.23%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCF1D3 (or 0xFCF1D3) is known color: Half Dutch White. HEX triplet: FC, F1 and D3. RGB value is (252,241,211). Sum of RGB (Red+Green+Blue) = 252+241+211=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 241 (94.53% from 255 or 34.23% from 704); Blue value is 211 (82.81% from 255 or 29.97% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1D3 is #030E2C. Grayscale: #F1F1F1. Windows color (decimal): -200237 or 13890044. OLE color: 13890044.

HSL color Cylindrical-coordinate representation of color #FCF1D3: hue angle of 43.9º 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 #FCF1D3 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 211 -
CMYK 0 0.04 0.16 0.01
HSL 43.9º 0.87% 0.91% -
HSV(B) 43.9º 0.16% 0.99% -
XYZ 83.36 88.31 74.28 -
YUV 240.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 252 241 211 0 0.04 0.16 0.01 43.9 0.87 0.91
Hex FC F1 D3 0 4 10 1 2C 57 5B
Octal 374 361 323 0 4 20 1 54 127 133
Binary 11111100 11110001 11010011 0 100 10000 1 101100 1010111 1011011

Color Harmonies of #FCF1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1D3

Black with #FCF1D3

Text Example


Text Example

White with #FCF1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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