Html Css Color HEX #FAFAEC Ivory

📋 copy color: '#FAFAEC'

red 250 ◦ green 250 ◦ blue 236

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

Shades of Ivory #FAFAEC

Tints of Ivory #FAFAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 32.07%

R = 33.97%
G = 33.97%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAFAEC (or 0xFAFAEC) is known color: Ivory. HEX triplet: FA, FA and EC. RGB value is (250,250,236). Sum of RGB (Red+Green+Blue) = 250+250+236=736 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.97% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 236 (92.58% from 255 or 32.07% from 736); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAEC is #050513. Grayscale: #F8F8F8. Windows color (decimal): -328980 or 15530746. OLE color: 15530746.

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

Color convert

RGB 250 250 236 -
CMYK 0 0 0.06 0.02
HSL 60º 0.58% 0.95% -
HSV(B) 60º 0.06% 0.98% -
XYZ 88.75 94.75 92.97 -
YUV 248.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 250 250 236 0 0 0.06 0.02 60 0.58 0.95
Hex FA FA EC 0 0 6 2 3C 3A 5F
Octal 372 372 354 0 0 6 2 74 72 137
Binary 11111010 11111010 11101100 0 0 110 10 111100 111010 1011111

Color Harmonies of #FAFAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFAEC

Black with #FAFAEC

Text Example


Text Example

White with #FAFAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFAEC; }

 p { color: rgb(250,250,236); }

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

background-color css

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

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

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

border-color css

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

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

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