Html Css Color HEX #FCF1D4 Half Dutch White

📋 copy color: '#FCF1D4'

red 252 ◦ green 241 ◦ blue 212

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

Shades of Half Dutch White #FCF1D4

Tints of Half Dutch White #FCF1D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.07%

R = 35.74%
G = 34.18%
B = 30.07%

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

#FCF1D4 (or 0xFCF1D4) is known color: Half Dutch White. HEX triplet: FC, F1 and D4. RGB value is (252,241,212). Sum of RGB (Red+Green+Blue) = 252+241+212=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 241 (94.53% from 255 or 34.18% from 705); Blue value is 212 (83.20% from 255 or 30.07% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1D4 is #030E2B. Grayscale: #F1F1F1. Windows color (decimal): -200236 or 13955580. OLE color: 13955580.

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

Color convert

RGB 252 241 212 -
CMYK 0 0.04 0.16 0.01
HSL 43.5º 0.87% 0.91% -
HSV(B) 43.5º 0.16% 0.99% -
XYZ 83.48 88.36 74.94 -
YUV 240.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 252 241 212 0 0.04 0.16 0.01 43.5 0.87 0.91
Hex FC F1 D4 0 4 10 1 2C 57 5B
Octal 374 361 324 0 4 20 1 54 127 133
Binary 11111100 11110001 11010100 0 100 10000 1 101100 1010111 1011011

Color Harmonies of #FCF1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1D4

Black with #FCF1D4

Text Example


Text Example

White with #FCF1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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