Html Css Color HEX #FFF3CB China Ivory

📋 copy color: '#FFF3CB'

red 255 ◦ green 243 ◦ blue 203

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

Shades of China Ivory #FFF3CB

Tints of China Ivory #FFF3CB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.66%

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

R = 36.38%
G = 34.66%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFF3CB (or 0xFFF3CB) is known color: China Ivory. HEX triplet: FF, F3 and CB. RGB value is (255,243,203). Sum of RGB (Red+Green+Blue) = 255+243+203=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 203 (79.69% from 255 or 28.96% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3CB is #000C34. Grayscale: #F2F2F2. Windows color (decimal): -3125 or 13366271. OLE color: 13366271.

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

Color convert

RGB 255 243 203 -
CMYK 0 0.05 0.20 0
HSL 46.15º 1% 0.9% -
HSV(B) 46.15º 0.2% 1% -
XYZ 84.07 89.67 69.38 -
YUV 242.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 255 243 203 0 0.05 0.20 0 46.15 1 0.9
Hex FF F3 CB 0 5 14 0 2E 64 5A
Octal 377 363 313 0 5 24 0 56 144 132
Binary 11111111 11110011 11001011 0 101 10100 0 101110 1100100 1011010

Color Harmonies of #FFF3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF3CB

Black with #FFF3CB

Text Example


Text Example

White with #FFF3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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