Html Css Color HEX #FBFBF7 Ivory

📋 copy color: '#FBFBF7'

red 251 ◦ green 251 ◦ blue 247

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

Shades of Ivory #FBFBF7

Tints of Ivory #FBFBF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 32.98%

R = 33.51%
G = 33.51%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FBFBF7 (or 0xFBFBF7) is known color: Ivory. HEX triplet: FB, FB and F7. RGB value is (251,251,247). Sum of RGB (Red+Green+Blue) = 251+251+247=749 (99% of max value = 765). Red value is 251 (98.44% from 255 or 33.51% from 749); Green value is 251 (98.44% from 255 or 33.51% from 749); Blue value is 247 (96.88% from 255 or 32.98% from 749); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBF7 is #040408. Grayscale: #FAFAFA. Windows color (decimal): -263177 or 16251899. OLE color: 16251899.

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

Color convert

RGB 251 251 247 -
CMYK 0 0 0.02 0.02
HSL 60º 0.33% 0.98% -
HSV(B) 60º 0.02% 0.98% -
XYZ 91.07 96.22 101.77 -
YUV 250.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 251 251 247 0 0 0.02 0.02 60 0.33 0.98
Hex FB FB F7 0 0 2 2 3C 21 62
Octal 373 373 367 0 0 2 2 74 41 142
Binary 11111011 11111011 11110111 0 0 10 10 111100 100001 1100010

Color Harmonies of #FBFBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBF7

Black with #FBFBF7

Text Example


Text Example

White with #FBFBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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