#FCFCEE

Color #FCFCEE Ivory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ivory #FCFCEE

Tints of Ivory #FCFCEE

Color information

#FCFCEE (or 0xFCFCEE) is unknown color: approx Ivory. HEX triplet: FC, FC and EE. RGB value is (252,252,238). Sum of RGB (Red+Green+Blue) = 252+252+238=742 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.96% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 238 (93.36% from 255 or 32.08% from 742); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCEE is #030311. Grayscale: #FAFAFA. Windows color (decimal): -197394 or 15662332. OLE color: 15662332.

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

Color convert

RGB252252238-
CMYK000.060.01
HSL60º70%96.08%-
HSV(B)60º5.56%98.82%-
XYZ90.3996.4994.75-
YUV250.4121129.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.96%
GREEN value IS 252 (98.83% from 255) = 33.96%
BLUE value IS 238 (93.36% from 255) = 32.08%
R=33.96%
G=33.96%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252252238000.060.01607096.08
HexFCFCEE00613c4660
Octal374374356006174106140
Binary11111100111111001110111000110111110010001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFCEE; }

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

 H1.HeaderClassName
 {
   color: #FCFCEE;
 }
 .AnyTagClassName
 {
   color: #FCFCEE;
 }
</style>
background-color css

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

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

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

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

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

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