Html Css Color HEX #FBFCEA Ivory

📋 copy color: '#FBFCEA'

red 251 ◦ green 252 ◦ blue 234

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

Shades of Ivory #FBFCEA

Tints of Ivory #FBFCEA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.19%

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

R = 34.06%
G = 34.19%
B = 31.75%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FBFCEA (or 0xFBFCEA) is known color: Ivory. HEX triplet: FB, FC and EA. RGB value is (251,252,234). Sum of RGB (Red+Green+Blue) = 251+252+234=737 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.06% from 737); Green value is 252 (98.83% from 255 or 34.19% from 737); Blue value is 234 (91.80% from 255 or 31.75% from 737); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFCEA is #040315. Grayscale: #F9F9F9. Windows color (decimal): -262934 or 15400187. OLE color: 15400187.

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

Color convert

RGB 251 252 234 -
CMYK 0.00 0 0.07 0.01
HSL 63.33º 0.75% 0.95% -
HSV(B) 63.33º 0.07% 0.99% -
XYZ 89.45 96.07 91.67 -
YUV 249.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 251 252 234 0.00 0 0.07 0.01 63.33 0.75 0.95
Hex FB FC EA 0 0 7 1 3F 4B 5F
Octal 373 374 352 0 0 7 1 77 113 137
Binary 11111011 11111100 11101010 0 0 111 1 111111 1001011 1011111

Color Harmonies of #FBFCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFCEA

Black with #FBFCEA

Text Example


Text Example

White with #FBFCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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