#FDFEEE

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

Shades of Ivory #FDFEEE

Tints of Ivory #FDFEEE

Color information

#FDFEEE (or 0xFDFEEE) is unknown color: approx Ivory. HEX triplet: FD, FE and EE. RGB value is (253,254,238). Sum of RGB (Red+Green+Blue) = 253+254+238=745 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.96% from 745); Green value is 254 (99.61% from 255 or 34.09% from 745); Blue value is 238 (93.36% from 255 or 31.95% from 745); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEEE is #020111. Grayscale: #FBFBFB. Windows color (decimal): -131346 or 15662845. OLE color: 15662845.

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

Color convert

RGB253254238-
CMYK0.0000.060.00
HSL63.75º88.89%96.47%-
HSV(B)63.75º6.3%99.61%-
XYZ91.3897.9494.98-
YUV251.88120.17128.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.96%
GREEN value IS 254 (99.61% from 255) = 34.09%
BLUE value IS 238 (93.36% from 255) = 31.95%
R=33.96%
G=34.09%
B=31.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542380.0000.060.0063.7588.8996.47
HexFDFEEE0060405960
Octal3753763560060100131140
Binary111111011111111011101110001100100000010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEEE; }

 p { color: rgb(253,254,238); }

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

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

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

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

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

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

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