Html Css Color HEX #FFF4CA China Ivory

📋 copy color: '#FFF4CA'

red 255 ◦ green 244 ◦ blue 202

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

Shades of China Ivory #FFF4CA

Tints of China Ivory #FFF4CA

RGB

 RED value IS 255 (100% from 255) = 36.38%

 GREEN value IS 244 (95.7% from 255) = 34.81%

 BLUE value IS 202 (79.3% from 255) = 28.82%

R = 36.38%
G = 34.81%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFF4CA (or 0xFFF4CA) is known color: China Ivory. HEX triplet: FF, F4 and CA. RGB value is (255,244,202). Sum of RGB (Red+Green+Blue) = 255+244+202=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 202 (79.30% from 255 or 28.82% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4CA is #000B35. Grayscale: #F2F2F2. Windows color (decimal): -2870 or 13300991. OLE color: 13300991.

HSL color Cylindrical-coordinate representation of color #FFF4CA: hue angle of 47.55º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFF4CA is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 244 202 -
CMYK 0 0.04 0.21 0
HSL 47.55º 1% 0.9% -
HSV(B) 47.55º 0.21% 1% -
XYZ 84.25 90.23 68.85 -
YUV 242.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 255 244 202 0 0.04 0.21 0 47.55 1 0.9
Hex FF F4 CA 0 4 15 0 30 64 5A
Octal 377 364 312 0 4 25 0 60 144 132
Binary 11111111 11110100 11001010 0 100 10101 0 110000 1100100 1011010

Color Harmonies of #FFF4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF4CA

Black with #FFF4CA

Text Example


Text Example

White with #FFF4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF4CA; }

 p { color: rgb(255,244,202); }

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

background-color css

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

 a { background-color: rgb(255,244,202); }

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

border-color css

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

 span { border-color: rgb(255,244,202); }

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