#FEFDC7

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

Shades of Cream #FEFDC7

Tints of Cream #FEFDC7

Color information

#FEFDC7 (or 0xFEFDC7) is unknown color: approx Cream. HEX triplet: FE, FD and C7. RGB value is (254,253,199). Sum of RGB (Red+Green+Blue) = 254+253+199=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 199 (78.12% from 255 or 28.19% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDC7 is #010238. Grayscale: #F7F7F7. Windows color (decimal): -66105 or 13106686. OLE color: 13106686.

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

Color convert

RGB254253199-
CMYK00.000.220.00
HSL58.91º96.49%88.82%-
HSV(B)58.91º21.65%99.61%-
XYZ86.3195.4467.91-
YUV247.14100.83132.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.98%
GREEN value IS 253 (99.22% from 255) = 35.84%
BLUE value IS 199 (78.12% from 255) = 28.19%
R=35.98%
G=35.84%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425319900.000.220.0058.9196.4988.82
HexFEFDC7001603b6059
Octal3763753070026073140131
Binary1111111011111101110001110010110011101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDC7; }

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

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

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

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

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

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

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

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