Html Css Color HEX #FCF5CF China Ivory

📋 copy color: '#FCF5CF'

red 252 ◦ green 245 ◦ blue 207

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

Shades of China Ivory #FCF5CF

Tints of China Ivory #FCF5CF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 34.8%

 BLUE value IS 207 (81.25% from 255) = 29.4%

R = 35.8%
G = 34.8%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCF5CF (or 0xFCF5CF) is known color: China Ivory. HEX triplet: FC, F5 and CF. RGB value is (252,245,207). Sum of RGB (Red+Green+Blue) = 252+245+207=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 207 (81.25% from 255 or 29.40% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5CF is #030A30. Grayscale: #F2F2F2. Windows color (decimal): -199217 or 13628924. OLE color: 13628924.

HSL color Cylindrical-coordinate representation of color #FCF5CF: hue angle of 50.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCF5CF is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 245 207 -
CMYK 0 0.03 0.18 0.01
HSL 50.67º 0.88% 0.9% -
HSV(B) 50.67º 0.18% 0.99% -
XYZ 84.06 90.51 72.07 -
YUV 242.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 252 245 207 0 0.03 0.18 0.01 50.67 0.88 0.9
Hex FC F5 CF 0 3 12 1 33 58 5A
Octal 374 365 317 0 3 22 1 63 130 132
Binary 11111100 11110101 11001111 0 11 10010 1 110011 1011000 1011010

Color Harmonies of #FCF5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5CF

Black with #FCF5CF

Text Example


Text Example

White with #FCF5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5CF; }

 p { color: rgb(252,245,207); }

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

background-color css

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

 a { background-color: rgb(252,245,207); }

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

border-color css

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

 span { border-color: rgb(252,245,207); }

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