#FEFFD2

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

Shades of Cream #FEFFD2

Tints of Cream #FEFFD2

Color information

#FEFFD2 (or 0xFEFFD2) is unknown color: approx Cream. HEX triplet: FE, FF and D2. RGB value is (254,255,210). Sum of RGB (Red+Green+Blue) = 254+255+210=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 210 (82.42% from 255 or 29.21% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFD2 is #01002D. Grayscale: #F9F9F9. Windows color (decimal): -65582 or 13828094. OLE color: 13828094.

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

Color convert

RGB254255210-
CMYK0.0000.180
HSL61.33º100%91.18%-
HSV(B)61.33º17.65%100%-
XYZ88.2797.2475.09-
YUV249.57105.67131.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 255 (100% from 255) = 35.47%
BLUE value IS 210 (82.42% from 255) = 29.21%
R=35.33%
G=35.47%
B=29.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552100.0000.18061.3310091.18
HexFEFFD2001203d645b
Octal3763773220022075144133
Binary1111111011111111110100100010010011110111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFD2; }

 p { color: rgb(254,255,210); }

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

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

 a { background-color: rgb(254,255,210); }

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

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

 span { border-color: rgb(254,255,210); }

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