Html Css Color HEX #FFF5CB China Ivory

📋 copy color: '#FFF5CB'

red 255 ◦ green 245 ◦ blue 203

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

Shades of China Ivory #FFF5CB

Tints of China Ivory #FFF5CB

RGB

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

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

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

R = 36.27%
G = 34.85%
B = 28.88%

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

#FFF5CB (or 0xFFF5CB) is known color: China Ivory. HEX triplet: FF, F5 and CB. RGB value is (255,245,203). Sum of RGB (Red+Green+Blue) = 255+245+203=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 203 (79.69% from 255 or 28.88% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5CB is #000A34. Grayscale: #F3F3F3. Windows color (decimal): -2613 or 13366783. OLE color: 13366783.

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

Color convert

RGB 255 245 203 -
CMYK 0 0.04 0.20 0
HSL 48.46º 1% 0.9% -
HSV(B) 48.46º 0.2% 1% -
XYZ 84.67 90.88 69.58 -
YUV 243.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 255 245 203 0 0.04 0.20 0 48.46 1 0.9
Hex FF F5 CB 0 4 14 0 30 64 5A
Octal 377 365 313 0 4 24 0 60 144 132
Binary 11111111 11110101 11001011 0 100 10100 0 110000 1100100 1011010

Color Harmonies of #FFF5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF5CB

Black with #FFF5CB

Text Example


Text Example

White with #FFF5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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