Html Css Color HEX #FCFCE9 Ivory

📋 copy color: '#FCFCE9'

red 252 ◦ green 252 ◦ blue 233

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

Shades of Ivory #FCFCE9

Tints of Ivory #FCFCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 31.61%

R = 34.19%
G = 34.19%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FCFCE9 (or 0xFCFCE9) is known color: Ivory. HEX triplet: FC, FC and E9. RGB value is (252,252,233). Sum of RGB (Red+Green+Blue) = 252+252+233=737 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.19% from 737); Green value is 252 (98.83% from 255 or 34.19% from 737); Blue value is 233 (91.41% from 255 or 31.61% from 737); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCE9 is #030316. Grayscale: #F9F9F9. Windows color (decimal): -197399 or 15334652. OLE color: 15334652.

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

Color convert

RGB 252 252 233 -
CMYK 0 0 0.08 0.01
HSL 60º 0.76% 0.95% -
HSV(B) 60º 0.08% 0.99% -
XYZ 89.66 96.2 90.93 -
YUV 249.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 252 252 233 0 0 0.08 0.01 60 0.76 0.95
Hex FC FC E9 0 0 8 1 3C 4C 5F
Octal 374 374 351 0 0 10 1 74 114 137
Binary 11111100 11111100 11101001 0 0 1000 1 111100 1001100 1011111

Color Harmonies of #FCFCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCE9

Black with #FCFCE9

Text Example


Text Example

White with #FCFCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCE9; }

 p { color: rgb(252,252,233); }

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

background-color css

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

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

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

border-color css

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

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

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