#FBF9F4

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

Shades of Floral White #FBF9F4

Tints of Floral White #FBF9F4

Color information

#FBF9F4 (or 0xFBF9F4) is unknown color: approx Floral White. HEX triplet: FB, F9 and F4. RGB value is (251,249,244). Sum of RGB (Red+Green+Blue) = 251+249+244=744 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.74% from 744); Green value is 249 (97.66% from 255 or 33.47% from 744); Blue value is 244 (95.70% from 255 or 32.80% from 744); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9F4 is #04060B. Grayscale: #F9F9F9. Windows color (decimal): -263692 or 16054779. OLE color: 16054779.

HSL color Cylindrical-coordinate representation of color #FBF9F4: hue angle of 42.86º degrees, saturation: 0.47, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FBF9F4 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251249244-
CMYK00.010.030.02
HSL42.86º46.67%97.06%-
HSV(B)42.86º2.79%98.43%-
XYZ89.9994.7999.14-
YUV249.03125.16129.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.74%
GREEN value IS 249 (97.66% from 255) = 33.47%
BLUE value IS 244 (95.70% from 255) = 32.80%
R=33.74%
G=33.47%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124924400.010.030.0242.8646.6797.06
HexFBF9F401322b2f61
Octal37337136401325357141
Binary1111101111111001111101000111101010111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9F4; }

 p { color: rgb(251,249,244); }

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

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

 a { background-color: rgb(251,249,244); }

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

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

 span { border-color: rgb(251,249,244); }

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