#FDFFEE

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

Shades of Ivory #FDFFEE

Tints of Ivory #FDFFEE

Color information

#FDFFEE (or 0xFDFFEE) is unknown color: approx Ivory. HEX triplet: FD, FF and EE. RGB value is (253,255,238). Sum of RGB (Red+Green+Blue) = 253+255+238=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 255 (100% from 255 or 34.18% from 746); Blue value is 238 (93.36% from 255 or 31.90% from 746); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFEE is #020011. Grayscale: #FCFCFC. Windows color (decimal): -131090 or 15663101. OLE color: 15663101.

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

Color convert

RGB253255238-
CMYK0.0100.070
HSL67.06º100%96.67%-
HSV(B)67.06º6.67%100%-
XYZ91.798.5895.08-
YUV252.46119.84128.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.91%
GREEN value IS 255 (100% from 255) = 34.18%
BLUE value IS 238 (93.36% from 255) = 31.90%
R=33.91%
G=34.18%
B=31.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532552380.0100.07067.0610096.67
HexFDFFEE1070436461
Octal3753773561070103144141
Binary111111011111111111101110101110100001111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFEE; }

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

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

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

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

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

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

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

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