Html Css Color HEX #FBFBEE Ivory

📋 copy color: '#FBFBEE'

red 251 ◦ green 251 ◦ blue 238

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

Shades of Ivory #FBFBEE

Tints of Ivory #FBFBEE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.92%

 BLUE value IS 238 (93.36% from 255) = 32.16%

R = 33.92%
G = 33.92%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBFBEE (or 0xFBFBEE) is known color: Ivory. HEX triplet: FB, FB and EE. RGB value is (251,251,238). Sum of RGB (Red+Green+Blue) = 251+251+238=740 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.92% from 740); Green value is 251 (98.44% from 255 or 33.92% from 740); Blue value is 238 (93.36% from 255 or 32.16% from 740); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBEE is #040411. Grayscale: #F9F9F9. Windows color (decimal): -263186 or 15662075. OLE color: 15662075.

HSL color Cylindrical-coordinate representation of color #FBFBEE: hue angle of 60º degrees, saturation: 0.62, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FBFBEE is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 251 238 -
CMYK 0 0 0.05 0.02
HSL 60º 0.62% 0.96% -
HSV(B) 60º 0.05% 0.98% -
XYZ 89.71 95.68 94.63 -
YUV 249.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 251 251 238 0 0 0.05 0.02 60 0.62 0.96
Hex FB FB EE 0 0 5 2 3C 3E 60
Octal 373 373 356 0 0 5 2 74 76 140
Binary 11111011 11111011 11101110 0 0 101 10 111100 111110 1100000

Color Harmonies of #FBFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBEE

Black with #FBFBEE

Text Example


Text Example

White with #FBFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBEE; }

 p { color: rgb(251,251,238); }

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

background-color css

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

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

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

border-color css

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

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

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