Html Css Color HEX #FBF2CE China Ivory

📋 copy color: '#FBF2CE'

red 251 ◦ green 242 ◦ blue 206

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

Shades of China Ivory #FBF2CE

Tints of China Ivory #FBF2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.62%

 BLUE value IS 206 (80.86% from 255) = 29.47%

R = 35.91%
G = 34.62%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBF2CE (or 0xFBF2CE) is known color: China Ivory. HEX triplet: FB, F2 and CE. RGB value is (251,242,206). Sum of RGB (Red+Green+Blue) = 251+242+206=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 206 (80.86% from 255 or 29.47% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2CE is #040D31. Grayscale: #F0F0F0. Windows color (decimal): -265522 or 13562619. OLE color: 13562619.

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

Color convert

RGB 251 242 206 -
CMYK 0 0.04 0.18 0.02
HSL 48º 0.85% 0.9% -
HSV(B) 48º 0.18% 0.98% -
XYZ 82.68 88.47 71.11 -
YUV 240.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 251 242 206 0 0.04 0.18 0.02 48 0.85 0.9
Hex FB F2 CE 0 4 12 2 30 55 5A
Octal 373 362 316 0 4 22 2 60 125 132
Binary 11111011 11110010 11001110 0 100 10010 10 110000 1010101 1011010

Color Harmonies of #FBF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2CE

Black with #FBF2CE

Text Example


Text Example

White with #FBF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2CE; }

 p { color: rgb(251,242,206); }

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

background-color css

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

 a { background-color: rgb(251,242,206); }

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

border-color css

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

 span { border-color: rgb(251,242,206); }

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