#FBF8F1

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

Shades of Floral White #FBF8F1

Tints of Floral White #FBF8F1

Color information

#FBF8F1 (or 0xFBF8F1) is unknown color: approx Floral White. HEX triplet: FB, F8 and F1. RGB value is (251,248,241). Sum of RGB (Red+Green+Blue) = 251+248+241=740 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.92% from 740); Green value is 248 (97.27% from 255 or 33.51% from 740); Blue value is 241 (94.53% from 255 or 32.57% from 740); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF8F1 is #04070E. Grayscale: #F8F8F8. Windows color (decimal): -263951 or 15857915. OLE color: 15857915.

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

Color convert

RGB251248241-
CMYK00.010.040.02
HSL42º55.56%96.47%-
HSV(B)42º3.98%98.43%-
XYZ89.2393.9996.66-
YUV248.1123.99130.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.92%
GREEN value IS 248 (97.27% from 255) = 33.51%
BLUE value IS 241 (94.53% from 255) = 32.57%
R=33.92%
G=33.51%
B=32.57%

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
Decimal25124824100.010.040.024255.5696.47
HexFBF8F101422a3860
Octal37337036101425270140
Binary11111011111110001111000101100101010101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8F1; }

 p { color: rgb(251,248,241); }

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

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

 a { background-color: rgb(251,248,241); }

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

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

 span { border-color: rgb(251,248,241); }

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