#FEFDCC

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

Shades of Cream #FEFDCC

Tints of Cream #FEFDCC

Color information

#FEFDCC (or 0xFEFDCC) is unknown color: approx Cream. HEX triplet: FE, FD and CC. RGB value is (254,253,204). Sum of RGB (Red+Green+Blue) = 254+253+204=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 204 (80.08% from 255 or 28.69% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDCC is #010233. Grayscale: #F7F7F7. Windows color (decimal): -66100 or 13434366. OLE color: 13434366.

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

Color convert

RGB254253204-
CMYK00.000.200.00
HSL58.8º96.15%89.8%-
HSV(B)58.8º19.69%99.61%-
XYZ86.995.6871.02-
YUV247.71103.33132.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.72%
GREEN value IS 253 (99.22% from 255) = 35.58%
BLUE value IS 204 (80.08% from 255) = 28.69%
R=35.72%
G=35.58%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425320400.000.200.0058.896.1589.8
HexFEFDCC001403b605a
Octal3763753140024073140132
Binary1111111011111101110011000010100011101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDCC; }

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

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

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

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

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

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

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

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