#FFFCEB

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

Shades of Ivory #FFFCEB

Tints of Ivory #FFFCEB

Color information

#FFFCEB (or 0xFFFCEB) is unknown color: approx Ivory. HEX triplet: FF, FC and EB. RGB value is (255,252,235). Sum of RGB (Red+Green+Blue) = 255+252+235=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 235 (92.19% from 255 or 31.67% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCEB is #000314. Grayscale: #FBFBFB. Windows color (decimal): -789 or 15465727. OLE color: 15465727.

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

Color convert

RGB255252235-
CMYK00.010.080
HSL51º100%96.08%-
HSV(B)51º7.84%100%-
XYZ91.0596.8892.5-
YUV250.96118.99130.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.37%
GREEN value IS 252 (98.83% from 255) = 33.96%
BLUE value IS 235 (92.19% from 255) = 31.67%
R=34.37%
G=33.96%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525223500.010.0805110096.08
HexFFFCEB0180336460
Octal3773743530110063144140
Binary111111111111110011101011011000011001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCEB; }

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

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

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

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

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

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

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

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