Html Css Color HEX #FAFBED Ivory

📋 copy color: '#FAFBED'

red 250 ◦ green 251 ◦ blue 237

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

Shades of Ivory #FAFBED

Tints of Ivory #FAFBED

RGB

 RED value IS 250 (98.05% from 255) = 33.88%

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

 BLUE value IS 237 (92.97% from 255) = 32.11%

R = 33.88%
G = 34.01%
B = 32.11%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAFBED (or 0xFAFBED) is known color: Ivory. HEX triplet: FA, FB and ED. RGB value is (250,251,237). Sum of RGB (Red+Green+Blue) = 250+251+237=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 237 (92.97% from 255 or 32.11% from 738); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBED is #050412. Grayscale: #F9F9F9. Windows color (decimal): -328723 or 15596538. OLE color: 15596538.

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

Color convert

RGB 250 251 237 -
CMYK 0.00 0 0.06 0.02
HSL 64.29º 0.64% 0.96% -
HSV(B) 64.29º 0.06% 0.98% -
XYZ 89.21 95.43 93.84 -
YUV 249.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 250 251 237 0.00 0 0.06 0.02 64.29 0.64 0.96
Hex FA FB ED 0 0 6 2 40 40 60
Octal 372 373 355 0 0 6 2 100 100 140
Binary 11111010 11111011 11101101 0 0 110 10 1000000 1000000 1100000

Color Harmonies of #FAFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFBED

Black with #FAFBED

Text Example


Text Example

White with #FAFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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