#FBF9F2

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

Shades of Floral White #FBF9F2

Tints of Floral White #FBF9F2

Color information

#FBF9F2 (or 0xFBF9F2) is unknown color: approx Floral White. HEX triplet: FB, F9 and F2. RGB value is (251,249,242). Sum of RGB (Red+Green+Blue) = 251+249+242=742 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.83% from 742); Green value is 249 (97.66% from 255 or 33.56% from 742); Blue value is 242 (94.92% from 255 or 32.61% from 742); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF9F2 is #04060D. Grayscale: #F8F8F8. Windows color (decimal): -263694 or 15923707. OLE color: 15923707.

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

Color convert

RGB251249242-
CMYK00.010.040.02
HSL46.67º52.94%96.67%-
HSV(B)46.67º3.59%98.43%-
XYZ89.6994.6797.55-
YUV248.8124.16129.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.83%
GREEN value IS 249 (97.66% from 255) = 33.56%
BLUE value IS 242 (94.92% from 255) = 32.61%
R=33.83%
G=33.56%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124924200.010.040.0246.6752.9496.67
HexFBF9F201422f3561
Octal37337136201425765141
Binary11111011111110011111001001100101011111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9F2; }

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

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

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

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

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

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

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

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