#FEFBD3

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

Shades of Cream #FEFBD3

Tints of Cream #FEFBD3

Color information

#FEFBD3 (or 0xFEFBD3) is unknown color: approx Cream. HEX triplet: FE, FB and D3. RGB value is (254,251,211). Sum of RGB (Red+Green+Blue) = 254+251+211=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 211 (82.81% from 255 or 29.47% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBD3 is #01042C. Grayscale: #F7F7F7. Windows color (decimal): -66605 or 13892606. OLE color: 13892606.

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

Color convert

RGB254251211-
CMYK00.010.170.00
HSL55.81º95.56%91.18%-
HSV(B)55.81º16.93%99.61%-
XYZ87.1394.7775.33-
YUV247.34107.49132.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 251 (98.44% from 255) = 35.06%
BLUE value IS 211 (82.81% from 255) = 29.47%
R=35.47%
G=35.06%
B=29.47%

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
Decimal25425121100.010.170.0055.8195.5691.18
HexFEFBD30111038605b
Octal3763733230121070140133
Binary1111111011111011110100110110001011100011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBD3; }

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

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

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

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

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

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

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

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