#FDFBCF

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

Shades of Cream #FDFBCF

Tints of Cream #FDFBCF

Color information

#FDFBCF (or 0xFDFBCF) is unknown color: approx Cream. HEX triplet: FD, FB and CF. RGB value is (253,251,207). Sum of RGB (Red+Green+Blue) = 253+251+207=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 207 (81.25% from 255 or 29.11% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBCF is #020430. Grayscale: #F6F6F6. Windows color (decimal): -132145 or 13630461. OLE color: 13630461.

HSL color Cylindrical-coordinate representation of color #FDFBCF: hue angle of 57.39º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDFBCF is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253251207-
CMYK00.010.180.01
HSL57.39º92%90.2%-
HSV(B)57.39º18.18%99.22%-
XYZ86.2794.3872.7-
YUV246.58105.66132.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.58%
GREEN value IS 251 (98.44% from 255) = 35.30%
BLUE value IS 207 (81.25% from 255) = 29.11%
R=35.58%
G=35.30%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325120700.010.180.0157.399290.2
HexFDFBCF01121395c5a
Octal3753733170122171134132
Binary1111110111111011110011110110010111100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBCF; }

 p { color: rgb(253,251,207); }

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

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

 a { background-color: rgb(253,251,207); }

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

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

 span { border-color: rgb(253,251,207); }

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