Html Css Color HEX #FBFAF1 Ivory

📋 copy color: '#FBFAF1'

red 251 ◦ green 250 ◦ blue 241

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

Shades of Ivory #FBFAF1

Tints of Ivory #FBFAF1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.69%

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

R = 33.83%
G = 33.69%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBFAF1 (or 0xFBFAF1) is known color: Ivory. HEX triplet: FB, FA and F1. RGB value is (251,250,241). Sum of RGB (Red+Green+Blue) = 251+250+241=742 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.83% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 241 (94.53% from 255 or 32.48% from 742); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAF1 is #04050E. Grayscale: #F9F9F9. Windows color (decimal): -263439 or 15858427. OLE color: 15858427.

HSL color Cylindrical-coordinate representation of color #FBFAF1: hue angle of 54º 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 #FBFAF1 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 250 241 -
CMYK 0 0.00 0.04 0.02
HSL 54º 0.56% 0.96% -
HSV(B) 54º 0.04% 0.98% -
XYZ 89.85 95.23 96.87 -
YUV 249.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 251 250 241 0 0.00 0.04 0.02 54 0.56 0.96
Hex FB FA F1 0 0 4 2 36 38 60
Octal 373 372 361 0 0 4 2 66 70 140
Binary 11111011 11111010 11110001 0 0 100 10 110110 111000 1100000

Color Harmonies of #FBFAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFAF1

Black with #FBFAF1

Text Example


Text Example

White with #FBFAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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