#FEFFD3

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

Shades of Cream #FEFFD3

Tints of Cream #FEFFD3

Color information

#FEFFD3 (or 0xFEFFD3) is unknown color: approx Cream. HEX triplet: FE, FF and D3. RGB value is (254,255,211). Sum of RGB (Red+Green+Blue) = 254+255+211=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 211 (82.81% from 255 or 29.31% from 720); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFD3 is #01002C. Grayscale: #F9F9F9. Windows color (decimal): -65581 or 13893630. OLE color: 13893630.

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

Color convert

RGB254255211-
CMYK0.0000.170
HSL61.36º100%91.37%-
HSV(B)61.36º17.25%100%-
XYZ88.3997.2975.75-
YUV249.68106.17131.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.28%
GREEN value IS 255 (100% from 255) = 35.42%
BLUE value IS 211 (82.81% from 255) = 29.31%
R=35.28%
G=35.42%
B=29.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552110.0000.17061.3610091.37
HexFEFFD3001103d645b
Octal3763773230021075144133
Binary1111111011111111110100110010001011110111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFD3; }

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

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

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

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

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

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

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

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