#FEFBD4

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

Shades of Cream #FEFBD4

Tints of Cream #FEFBD4

Color information

#FEFBD4 (or 0xFEFBD4) is unknown color: approx Cream. HEX triplet: FE, FB and D4. RGB value is (254,251,212). Sum of RGB (Red+Green+Blue) = 254+251+212=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 251 (98.44% from 255 or 35.01% from 717); Blue value is 212 (83.20% from 255 or 29.57% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBD4 is #01042B. Grayscale: #F7F7F7. Windows color (decimal): -66604 or 13958142. OLE color: 13958142.

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

Color convert

RGB254251212-
CMYK00.010.170.00
HSL55.71º95.45%91.37%-
HSV(B)55.71º16.54%99.61%-
XYZ87.2594.8275.99-
YUV247.45107.99132.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 251 (98.44% from 255) = 35.01%
BLUE value IS 212 (83.20% from 255) = 29.57%
R=35.43%
G=35.01%
B=29.57%

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
Decimal25425121200.010.170.0055.7195.4591.37
HexFEFBD401110385f5b
Octal3763733240121070137133
Binary1111111011111011110101000110001011100010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBD4; }

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

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

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

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

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

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

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

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