#FEFDC8

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

Shades of Cream #FEFDC8

Tints of Cream #FEFDC8

Color information

#FEFDC8 (or 0xFEFDC8) is unknown color: approx Cream. HEX triplet: FE, FD and C8. RGB value is (254,253,200). Sum of RGB (Red+Green+Blue) = 254+253+200=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 200 (78.52% from 255 or 28.29% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDC8 is #010237. Grayscale: #F7F7F7. Windows color (decimal): -66104 or 13172222. OLE color: 13172222.

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

Color convert

RGB254253200-
CMYK00.000.210.00
HSL58.89º96.43%89.02%-
HSV(B)58.89º21.26%99.61%-
XYZ86.4295.4968.52-
YUV247.26101.33132.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 253 (99.22% from 255) = 35.79%
BLUE value IS 200 (78.52% from 255) = 28.29%
R=35.93%
G=35.79%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425320000.000.210.0058.8996.4389.02
HexFEFDC8001503b6059
Octal3763753100025073140131
Binary1111111011111101110010000010101011101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDC8; }

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

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

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

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

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

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

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

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