#FEFDC6

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

Shades of Cream #FEFDC6

Tints of Cream #FEFDC6

Color information

#FEFDC6 (or 0xFEFDC6) is unknown color: approx Cream. HEX triplet: FE, FD and C6. RGB value is (254,253,198). Sum of RGB (Red+Green+Blue) = 254+253+198=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 198 (77.73% from 255 or 28.09% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDC6 is #010239. Grayscale: #F7F7F7. Windows color (decimal): -66106 or 13041150. OLE color: 13041150.

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

Color convert

RGB254253198-
CMYK00.000.220.00
HSL58.93º96.55%88.63%-
HSV(B)58.93º22.05%99.61%-
XYZ86.1995.467.3-
YUV247.03100.33132.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 253 (99.22% from 255) = 35.89%
BLUE value IS 198 (77.73% from 255) = 28.09%
R=36.03%
G=35.89%
B=28.09%

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
Decimal25425319800.000.220.0058.9396.5588.63
HexFEFDC6001603b6159
Octal3763753060026073141131
Binary1111111011111101110001100010110011101111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDC6; }

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

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

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

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

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

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

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

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