#FBF0F5

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

Shades of Lavender Blush #FBF0F5

Tints of Lavender Blush #FBF0F5

Color information

#FBF0F5 (or 0xFBF0F5) is unknown color: approx Lavender Blush. HEX triplet: FB, F0 and F5. RGB value is (251,240,245). Sum of RGB (Red+Green+Blue) = 251+240+245=736 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.10% from 736); Green value is 240 (94.14% from 255 or 32.61% from 736); Blue value is 245 (96.09% from 255 or 33.29% from 736); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF0F5 is #040F0A. Grayscale: #F3F3F3. Windows color (decimal): -265995 or 16118011. OLE color: 16118011.

HSL color Cylindrical-coordinate representation of color #FBF0F5: hue angle of 332.73º degrees, saturation: 0.58, 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 #FBF0F5 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251240245-
CMYK00.040.020.02
HSL332.73º57.89%96.27%-
HSV(B)332.73º4.38%98.43%-
XYZ87.4389.4299.04-
YUV243.86128.64133.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.10%
GREEN value IS 240 (94.14% from 255) = 32.61%
BLUE value IS 245 (96.09% from 255) = 33.29%
R=34.10%
G=32.61%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124024500.040.020.02332.7357.8996.27
HexFBF0F5042214d3a60
Octal373360365042251572140
Binary111110111111000011110101010010101010011011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0F5; }

 p { color: rgb(251,240,245); }

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

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

 a { background-color: rgb(251,240,245); }

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

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

 span { border-color: rgb(251,240,245); }

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