Html Css Color HEX #FBF1CB China Ivory

📋 copy color: '#FBF1CB'

red 251 ◦ green 241 ◦ blue 203

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

Shades of China Ivory #FBF1CB

Tints of China Ivory #FBF1CB

RGB

 RED value IS 251 (98.44% from 255) = 36.12%

 GREEN value IS 241 (94.53% from 255) = 34.68%

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

R = 36.12%
G = 34.68%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBF1CB (or 0xFBF1CB) is known color: China Ivory. HEX triplet: FB, F1 and CB. RGB value is (251,241,203). Sum of RGB (Red+Green+Blue) = 251+241+203=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1CB is #040E34. Grayscale: #EFEFEF. Windows color (decimal): -265781 or 13365755. OLE color: 13365755.

HSL color Cylindrical-coordinate representation of color #FBF1CB: hue angle of 47.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBF1CB is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 241 203 -
CMYK 0 0.04 0.19 0.02
HSL 47.5º 0.86% 0.89% -
HSV(B) 47.5º 0.19% 0.98% -
XYZ 82.02 87.73 69.11 -
YUV 239.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 251 241 203 0 0.04 0.19 0.02 47.5 0.86 0.89
Hex FB F1 CB 0 4 13 2 30 56 59
Octal 373 361 313 0 4 23 2 60 126 131
Binary 11111011 11110001 11001011 0 100 10011 10 110000 1010110 1011001

Color Harmonies of #FBF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF1CB

Black with #FBF1CB

Text Example


Text Example

White with #FBF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF1CB; }

 p { color: rgb(251,241,203); }

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

background-color css

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

 a { background-color: rgb(251,241,203); }

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

border-color css

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

 span { border-color: rgb(251,241,203); }

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