#FBF7EE

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

Shades of Floral White #FBF7EE

Tints of Floral White #FBF7EE

Color information

#FBF7EE (or 0xFBF7EE) is unknown color: approx Floral White. HEX triplet: FB, F7 and EE. RGB value is (251,247,238). Sum of RGB (Red+Green+Blue) = 251+247+238=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 247 (96.88% from 255 or 33.56% from 736); Blue value is 238 (93.36% from 255 or 32.34% from 736); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF7EE is #040811. Grayscale: #F7F7F7. Windows color (decimal): -264210 or 15661051. OLE color: 15661051.

HSL color Cylindrical-coordinate representation of color #FBF7EE: hue angle of 41.54º degrees, saturation: 0.62, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FBF7EE is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251247238-
CMYK00.020.050.02
HSL41.54º61.9%95.88%-
HSV(B)41.54º5.18%98.43%-
XYZ88.4893.294.22-
YUV247.17122.83130.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.10%
GREEN value IS 247 (96.88% from 255) = 33.56%
BLUE value IS 238 (93.36% from 255) = 32.34%
R=34.10%
G=33.56%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124723800.020.050.0241.5461.995.88
HexFBF7EE02522a3e60
Octal37336735602525276140
Binary111110111111011111101110010101101010101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7EE; }

 p { color: rgb(251,247,238); }

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

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

 a { background-color: rgb(251,247,238); }

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

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

 span { border-color: rgb(251,247,238); }

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