Html Css Color HEX #FBFBF2 Ivory

📋 copy color: '#FBFBF2'

red 251 ◦ green 251 ◦ blue 242

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

Shades of Ivory #FBFBF2

Tints of Ivory #FBFBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 32.53%

R = 33.74%
G = 33.74%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBFBF2 (or 0xFBFBF2) is known color: Ivory. HEX triplet: FB, FB and F2. RGB value is (251,251,242). Sum of RGB (Red+Green+Blue) = 251+251+242=744 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.74% from 744); Green value is 251 (98.44% from 255 or 33.74% from 744); Blue value is 242 (94.92% from 255 or 32.53% from 744); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBF2 is #04040D. Grayscale: #FAFAFA. Windows color (decimal): -263182 or 15924219. OLE color: 15924219.

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

Color convert

RGB 251 251 242 -
CMYK 0 0 0.04 0.02
HSL 60º 0.53% 0.97% -
HSV(B) 60º 0.04% 0.98% -
XYZ 90.31 95.91 97.76 -
YUV 249.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 251 251 242 0 0 0.04 0.02 60 0.53 0.97
Hex FB FB F2 0 0 4 2 3C 35 61
Octal 373 373 362 0 0 4 2 74 65 141
Binary 11111011 11111011 11110010 0 0 100 10 111100 110101 1100001

Color Harmonies of #FBFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBF2

Black with #FBFBF2

Text Example


Text Example

White with #FBFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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