Html Css Color HEX #FBFBF1 Ivory

📋 copy color: '#FBFBF1'

red 251 ◦ green 251 ◦ blue 241

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

Shades of Ivory #FBFBF1

Tints of Ivory #FBFBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 32.44%

R = 33.78%
G = 33.78%
B = 32.44%

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

#FBFBF1 (or 0xFBFBF1) is known color: Ivory. HEX triplet: FB, FB and F1. RGB value is (251,251,241). Sum of RGB (Red+Green+Blue) = 251+251+241=743 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.78% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 241 (94.53% from 255 or 32.44% from 743); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBF1 is #04040E. Grayscale: #F9F9F9. Windows color (decimal): -263183 or 15858683. OLE color: 15858683.

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

Color convert

RGB 251 251 241 -
CMYK 0 0 0.04 0.02
HSL 60º 0.56% 0.96% -
HSV(B) 60º 0.04% 0.98% -
XYZ 90.16 95.85 96.97 -
YUV 249.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 251 251 241 0 0 0.04 0.02 60 0.56 0.96
Hex FB FB F1 0 0 4 2 3C 38 60
Octal 373 373 361 0 0 4 2 74 70 140
Binary 11111011 11111011 11110001 0 0 100 10 111100 111000 1100000

Color Harmonies of #FBFBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBF1

Black with #FBFBF1

Text Example


Text Example

White with #FBFBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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