Html Css Color HEX #FFF4CB China Ivory

📋 copy color: '#FFF4CB'

red 255 ◦ green 244 ◦ blue 203

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

Shades of China Ivory #FFF4CB

Tints of China Ivory #FFF4CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 28.92%

R = 36.32%
G = 34.76%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFF4CB (or 0xFFF4CB) is known color: China Ivory. HEX triplet: FF, F4 and CB. RGB value is (255,244,203). Sum of RGB (Red+Green+Blue) = 255+244+203=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 244 (95.70% from 255 or 34.76% from 702); Blue value is 203 (79.69% from 255 or 28.92% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4CB is #000B34. Grayscale: #F2F2F2. Windows color (decimal): -2869 or 13366527. OLE color: 13366527.

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

Color convert

RGB 255 244 203 -
CMYK 0 0.04 0.20 0
HSL 47.31º 1% 0.9% -
HSV(B) 47.31º 0.2% 1% -
XYZ 84.37 90.27 69.48 -
YUV 242.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 255 244 203 0 0.04 0.20 0 47.31 1 0.9
Hex FF F4 CB 0 4 14 0 2F 64 5A
Octal 377 364 313 0 4 24 0 57 144 132
Binary 11111111 11110100 11001011 0 100 10100 0 101111 1100100 1011010

Color Harmonies of #FFF4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF4CB

Black with #FFF4CB

Text Example


Text Example

White with #FFF4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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