Html Css Color HEX #FBFAF2 Ivory

📋 copy color: '#FBFAF2'

red 251 ◦ green 250 ◦ blue 242

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

Shades of Ivory #FBFAF2

Tints of Ivory #FBFAF2

RGB

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

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

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

R = 33.78%
G = 33.65%
B = 32.57%

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

#FBFAF2 (or 0xFBFAF2) is known color: Ivory. HEX triplet: FB, FA and F2. RGB value is (251,250,242). Sum of RGB (Red+Green+Blue) = 251+250+242=743 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.78% from 743); Green value is 250 (98.05% from 255 or 33.65% from 743); Blue value is 242 (94.92% from 255 or 32.57% from 743); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAF2 is #04050D. Grayscale: #F9F9F9. Windows color (decimal): -263438 or 15923963. OLE color: 15923963.

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

Color convert

RGB 251 250 242 -
CMYK 0 0.00 0.04 0.02
HSL 53.33º 0.53% 0.97% -
HSV(B) 53.33º 0.04% 0.98% -
XYZ 90 95.29 97.65 -
YUV 249.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 251 250 242 0 0.00 0.04 0.02 53.33 0.53 0.97
Hex FB FA F2 0 0 4 2 35 35 61
Octal 373 372 362 0 0 4 2 65 65 141
Binary 11111011 11111010 11110010 0 0 100 10 110101 110101 1100001

Color Harmonies of #FBFAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFAF2

Black with #FBFAF2

Text Example


Text Example

White with #FBFAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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