#FBB3F5

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

Shades of Lavender Rose #FBB3F5

Tints of Lavender Rose #FBB3F5

Color information

#FBB3F5 (or 0xFBB3F5) is unknown color: approx Lavender Rose. HEX triplet: FB, B3 and F5. RGB value is (251,179,245). Sum of RGB (Red+Green+Blue) = 251+179+245=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 179 (70.31% from 255 or 26.52% from 675); Blue value is 245 (96.09% from 255 or 36.30% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3F5 is #044C0A. Grayscale: #CFCFCF. Windows color (decimal): -281611 or 16102395. OLE color: 16102395.

HSL color Cylindrical-coordinate representation of color #FBB3F5: hue angle of 305º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB3F5 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB251179245-
CMYK00.290.020.02
HSL305º90%84.31%-
HSV(B)305º28.69%98.43%-
XYZ72.3959.3494.03-
YUV208.05148.85158.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 179 (70.31% from 255) = 26.52%
BLUE value IS 245 (96.09% from 255) = 36.30%
R=37.19%
G=26.52%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117924500.290.020.023059084.31
HexFBB3F501D221315a54
Octal37326336503522461132124
Binary111110111011001111110101011101101010011000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3F5; }

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

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

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

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

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

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

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

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