Html Css Color HEX #FBFAEA Ivory

📋 copy color: '#FBFAEA'

red 251 ◦ green 250 ◦ blue 234

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

Shades of Ivory #FBFAEA

Tints of Ivory #FBFAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 31.84%

R = 34.15%
G = 34.01%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBFAEA (or 0xFBFAEA) is known color: Ivory. HEX triplet: FB, FA and EA. RGB value is (251,250,234). Sum of RGB (Red+Green+Blue) = 251+250+234=735 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.15% from 735); Green value is 250 (98.05% from 255 or 34.01% from 735); Blue value is 234 (91.80% from 255 or 31.84% from 735); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAEA is #040515. Grayscale: #F8F8F8. Windows color (decimal): -263446 or 15399675. OLE color: 15399675.

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

Color convert

RGB 251 250 234 -
CMYK 0 0.00 0.07 0.02
HSL 56.47º 0.68% 0.95% -
HSV(B) 56.47º 0.07% 0.98% -
XYZ 88.82 94.82 91.46 -
YUV 248.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 251 250 234 0 0.00 0.07 0.02 56.47 0.68 0.95
Hex FB FA EA 0 0 7 2 38 44 5F
Octal 373 372 352 0 0 7 2 70 104 137
Binary 11111011 11111010 11101010 0 0 111 10 111000 1000100 1011111

Color Harmonies of #FBFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFAEA

Black with #FBFAEA

Text Example


Text Example

White with #FBFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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