Html Css Color HEX #FCFAEB Ivory

📋 copy color: '#FCFAEB'

red 252 ◦ green 250 ◦ blue 235

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

Shades of Ivory #FCFAEB

Tints of Ivory #FCFAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 31.89%

R = 34.19%
G = 33.92%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCFAEB (or 0xFCFAEB) is known color: Ivory. HEX triplet: FC, FA and EB. RGB value is (252,250,235). Sum of RGB (Red+Green+Blue) = 252+250+235=737 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.19% from 737); Green value is 250 (98.05% from 255 or 33.92% from 737); Blue value is 235 (92.19% from 255 or 31.89% from 737); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAEB is #030514. Grayscale: #F8F8F8. Windows color (decimal): -197909 or 15465212. OLE color: 15465212.

HSL color Cylindrical-coordinate representation of color #FCFAEB: hue angle of 52.94º degrees, saturation: 0.74, 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 #FCFAEB is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 235 -
CMYK 0 0.01 0.07 0.01
HSL 52.94º 0.74% 0.95% -
HSV(B) 52.94º 0.07% 0.99% -
XYZ 89.33 95.06 92.24 -
YUV 248.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 252 250 235 0 0.01 0.07 0.01 52.94 0.74 0.95
Hex FC FA EB 0 1 7 1 35 4A 5F
Octal 374 372 353 0 1 7 1 65 112 137
Binary 11111100 11111010 11101011 0 1 111 1 110101 1001010 1011111

Color Harmonies of #FCFAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAEB

Black with #FCFAEB

Text Example


Text Example

White with #FCFAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAEB; }

 p { color: rgb(252,250,235); }

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

background-color css

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

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

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

border-color css

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

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

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