#FFFBD7

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

Shades of Cream #FFFBD7

Tints of Cream #FFFBD7

Color information

#FFFBD7 (or 0xFFFBD7) is unknown color: approx Cream. HEX triplet: FF, FB and D7. RGB value is (255,251,215). Sum of RGB (Red+Green+Blue) = 255+251+215=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 251 (98.44% from 255 or 34.81% from 721); Blue value is 215 (84.38% from 255 or 29.82% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBD7 is #000428. Grayscale: #F8F8F8. Windows color (decimal): -1065 or 14154751. OLE color: 14154751.

HSL color Cylindrical-coordinate representation of color #FFFBD7: hue angle of 54º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFFBD7 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255251215-
CMYK00.020.160
HSL54º100%92.16%-
HSV(B)54º15.69%100%-
XYZ8895.1678.02-
YUV248.09109.33132.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.37%
GREEN value IS 251 (98.44% from 255) = 34.81%
BLUE value IS 215 (84.38% from 255) = 29.82%
R=35.37%
G=34.81%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525121500.020.1605410092.16
HexFFFBD70210036645c
Octal3773733270220066144134
Binary11111111111110111101011101010000011011011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBD7; }

 p { color: rgb(255,251,215); }

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

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

 a { background-color: rgb(255,251,215); }

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

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

 span { border-color: rgb(255,251,215); }

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