#FEFBD2

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

Shades of Cream #FEFBD2

Tints of Cream #FEFBD2

Color information

#FEFBD2 (or 0xFEFBD2) is unknown color: approx Cream. HEX triplet: FE, FB and D2. RGB value is (254,251,210). Sum of RGB (Red+Green+Blue) = 254+251+210=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 210 (82.42% from 255 or 29.37% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBD2 is #01042D. Grayscale: #F7F7F7. Windows color (decimal): -66606 or 13827070. OLE color: 13827070.

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

Color convert

RGB254251210-
CMYK00.010.170.00
HSL55.91º95.65%90.98%-
HSV(B)55.91º17.32%99.61%-
XYZ8794.7274.67-
YUV247.22106.99132.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 251 (98.44% from 255) = 35.10%
BLUE value IS 210 (82.42% from 255) = 29.37%
R=35.52%
G=35.10%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425121000.010.170.0055.9195.6590.98
HexFEFBD20111038605b
Octal3763733220121070140133
Binary1111111011111011110100100110001011100011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBD2; }

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

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

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

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

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

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

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

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