#FEFAD5

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

Shades of Cream #FEFAD5

Tints of Cream #FEFAD5

Color information

#FEFAD5 (or 0xFEFAD5) is unknown color: approx Cream. HEX triplet: FE, FA and D5. RGB value is (254,250,213). Sum of RGB (Red+Green+Blue) = 254+250+213=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 213 (83.59% from 255 or 29.71% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAD5 is #01052A. Grayscale: #F7F7F7. Windows color (decimal): -66859 or 14023422. OLE color: 14023422.

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

Color convert

RGB254250213-
CMYK00.020.160.00
HSL54.15º95.35%91.57%-
HSV(B)54.15º16.14%99.61%-
XYZ87.0794.2576.55-
YUV246.98108.83133.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 213 (83.59% from 255) = 29.71%
R=35.43%
G=34.87%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425021300.020.160.0054.1595.3591.57
HexFEFAD502100365f5c
Octal3763723250220066137134
Binary11111110111110101101010101010000011011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAD5; }

 p { color: rgb(254,250,213); }

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

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

 a { background-color: rgb(254,250,213); }

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

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

 span { border-color: rgb(254,250,213); }

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