Html Css Color HEX #FCFAEC Ivory

📋 copy color: '#FCFAEC'

red 252 ◦ green 250 ◦ blue 236

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

Shades of Ivory #FCFAEC

Tints of Ivory #FCFAEC

RGB

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

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

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

R = 34.15%
G = 33.88%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCFAEC (or 0xFCFAEC) is known color: Ivory. HEX triplet: FC, FA and EC. RGB value is (252,250,236). Sum of RGB (Red+Green+Blue) = 252+250+236=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 236 (92.58% from 255 or 31.98% from 738); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAEC is #030513. Grayscale: #F9F9F9. Windows color (decimal): -197908 or 15530748. OLE color: 15530748.

HSL color Cylindrical-coordinate representation of color #FCFAEC: hue angle of 52.5º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCFAEC is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 236 -
CMYK 0 0.01 0.06 0.01
HSL 52.5º 0.73% 0.96% -
HSV(B) 52.5º 0.06% 0.99% -
XYZ 89.47 95.12 93 -
YUV 249 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 252 250 236 0 0.01 0.06 0.01 52.5 0.73 0.96
Hex FC FA EC 0 1 6 1 34 49 60
Octal 374 372 354 0 1 6 1 64 111 140
Binary 11111100 11111010 11101100 0 1 110 1 110100 1001001 1100000

Color Harmonies of #FCFAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAEC

Black with #FCFAEC

Text Example


Text Example

White with #FCFAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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