Html Css Color HEX #FCF9D3 Cream

📋 copy color: '#FCF9D3'

red 252 ◦ green 249 ◦ blue 211

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

Shades of Cream #FCF9D3

Tints of Cream #FCF9D3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.97%

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

R = 35.39%
G = 34.97%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCF9D3 (or 0xFCF9D3) is known color: Cream. HEX triplet: FC, F9 and D3. RGB value is (252,249,211). Sum of RGB (Red+Green+Blue) = 252+249+211=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 249 (97.66% from 255 or 34.97% from 712); Blue value is 211 (82.81% from 255 or 29.63% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9D3 is #03062C. Grayscale: #F5F5F5. Windows color (decimal): -198189 or 13892092. OLE color: 13892092.

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

Color convert

RGB 252 249 211 -
CMYK 0 0.01 0.16 0.01
HSL 55.61º 0.87% 0.91% -
HSV(B) 55.61º 0.16% 0.99% -
XYZ 85.78 93.15 75.09 -
YUV 245.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 252 249 211 0 0.01 0.16 0.01 55.61 0.87 0.91
Hex FC F9 D3 0 1 10 1 38 57 5B
Octal 374 371 323 0 1 20 1 70 127 133
Binary 11111100 11111001 11010011 0 1 10000 1 111000 1010111 1011011

Color Harmonies of #FCF9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF9D3

Black with #FCF9D3

Text Example


Text Example

White with #FCF9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF9D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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