Html Css Color HEX #FBFBEA Ivory

📋 copy color: '#FBFBEA'

red 251 ◦ green 251 ◦ blue 234

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

Shades of Ivory #FBFBEA

Tints of Ivory #FBFBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 31.79%

R = 34.1%
G = 34.1%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBFBEA (or 0xFBFBEA) is known color: Ivory. HEX triplet: FB, FB and EA. RGB value is (251,251,234). Sum of RGB (Red+Green+Blue) = 251+251+234=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 251 (98.44% from 255 or 34.10% from 736); Blue value is 234 (91.80% from 255 or 31.79% from 736); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBEA is #040415. Grayscale: #F9F9F9. Windows color (decimal): -263190 or 15399931. OLE color: 15399931.

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

Color convert

RGB 251 251 234 -
CMYK 0 0 0.07 0.02
HSL 60º 0.68% 0.95% -
HSV(B) 60º 0.07% 0.98% -
XYZ 89.13 95.44 91.57 -
YUV 249.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 251 251 234 0 0 0.07 0.02 60 0.68 0.95
Hex FB FB EA 0 0 7 2 3C 44 5F
Octal 373 373 352 0 0 7 2 74 104 137
Binary 11111011 11111011 11101010 0 0 111 10 111100 1000100 1011111

Color Harmonies of #FBFBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBEA

Black with #FBFBEA

Text Example


Text Example

White with #FBFBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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