#FEFBD1

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

Shades of Cream #FEFBD1

Tints of Cream #FEFBD1

Color information

#FEFBD1 (or 0xFEFBD1) is unknown color: approx Cream. HEX triplet: FE, FB and D1. RGB value is (254,251,209). Sum of RGB (Red+Green+Blue) = 254+251+209=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 251 (98.44% from 255 or 35.15% from 714); Blue value is 209 (82.03% from 255 or 29.27% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBD1 is #01042E. Grayscale: #F7F7F7. Windows color (decimal): -66607 or 13761534. OLE color: 13761534.

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

Color convert

RGB254251209-
CMYK00.010.180.00
HSL56º95.74%90.78%-
HSV(B)56º17.72%99.61%-
XYZ86.8894.6774.02-
YUV247.11106.49132.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 251 (98.44% from 255) = 35.15%
BLUE value IS 209 (82.03% from 255) = 29.27%
R=35.57%
G=35.15%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425120900.010.180.005695.7490.78
HexFEFBD10112038605b
Octal3763733210122070140133
Binary1111111011111011110100010110010011100011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBD1; }

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

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

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

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

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

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

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

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