#FBF3F5

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

Shades of Lavender Blush #FBF3F5

Tints of Lavender Blush #FBF3F5

Color information

#FBF3F5 (or 0xFBF3F5) is unknown color: approx Lavender Blush. HEX triplet: FB, F3 and F5. RGB value is (251,243,245). Sum of RGB (Red+Green+Blue) = 251+243+245=739 (97% of max value = 765). Red value is 251 (98.44% from 255 or 33.96% from 739); Green value is 243 (95.31% from 255 or 32.88% from 739); Blue value is 245 (96.09% from 255 or 33.15% from 739); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF3F5 is #040C0A. Grayscale: #F5F5F5. Windows color (decimal): -265227 or 16118779. OLE color: 16118779.

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

Color convert

RGB251243245-
CMYK00.030.020.02
HSL345º50%96.86%-
HSV(B)345º3.19%98.43%-
XYZ88.3291.299.34-
YUV245.62127.65131.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.96%
GREEN value IS 243 (95.31% from 255) = 32.88%
BLUE value IS 245 (96.09% from 255) = 33.15%
R=33.96%
G=32.88%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124324500.030.020.023455096.86
HexFBF3F503221593261
Octal373363365032253162141
Binary11111011111100111111010101110101010110011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3F5; }

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

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

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

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

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

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

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

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