#FEFAD3

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

Shades of Cream #FEFAD3

Tints of Cream #FEFAD3

Color information

#FEFAD3 (or 0xFEFAD3) is unknown color: approx Cream. HEX triplet: FE, FA and D3. RGB value is (254,250,211). Sum of RGB (Red+Green+Blue) = 254+250+211=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 211 (82.81% from 255 or 29.51% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFAD3 is #01052C. Grayscale: #F6F6F6. Windows color (decimal): -66861 or 13892350. OLE color: 13892350.

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

Color convert

RGB254250211-
CMYK00.020.170.00
HSL54.42º95.56%91.18%-
HSV(B)54.42º16.93%99.61%-
XYZ86.8294.1575.22-
YUV246.75107.83133.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 250 (98.05% from 255) = 34.97%
BLUE value IS 211 (82.81% from 255) = 29.51%
R=35.52%
G=34.97%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425021100.020.170.0054.4295.5691.18
HexFEFAD30211036605b
Octal3763723230221066140133
Binary11111110111110101101001101010001011011011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAD3; }

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

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

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

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

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

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

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

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