#FEFBD6

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

Shades of Cream #FEFBD6

Tints of Cream #FEFBD6

Color information

#FEFBD6 (or 0xFEFBD6) is unknown color: approx Cream. HEX triplet: FE, FB and D6. RGB value is (254,251,214). Sum of RGB (Red+Green+Blue) = 254+251+214=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 251 (98.44% from 255 or 34.91% from 719); Blue value is 214 (83.98% from 255 or 29.76% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBD6 is #010429. Grayscale: #F7F7F7. Windows color (decimal): -66602 or 14089214. OLE color: 14089214.

HSL color Cylindrical-coordinate representation of color #FEFBD6: hue angle of 55.5º 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 #FEFBD6 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB254251214-
CMYK00.010.160.00
HSL55.5º95.24%91.76%-
HSV(B)55.5º15.75%99.61%-
XYZ87.5194.9277.33-
YUV247.68108.99132.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 251 (98.44% from 255) = 34.91%
BLUE value IS 214 (83.98% from 255) = 29.76%
R=35.33%
G=34.91%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425121400.010.160.0055.595.2491.76
HexFEFBD601100385f5c
Octal3763733260120070137134
Binary1111111011111011110101100110000011100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBD6; }

 p { color: rgb(254,251,214); }

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

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

 a { background-color: rgb(254,251,214); }

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

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

 span { border-color: rgb(254,251,214); }

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