#FBB5F8

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

Shades of Lavender Rose #FBB5F8

Tints of Lavender Rose #FBB5F8

Color information

#FBB5F8 (or 0xFBB5F8) is unknown color: approx Lavender Rose. HEX triplet: FB, B5 and F8. RGB value is (251,181,248). Sum of RGB (Red+Green+Blue) = 251+181+248=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 181 (71.09% from 255 or 26.62% from 680); Blue value is 248 (97.27% from 255 or 36.47% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5F8 is #044A07. Grayscale: #D1D1D1. Windows color (decimal): -281096 or 16299515. OLE color: 16299515.

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

Color convert

RGB251181248-
CMYK00.280.010.02
HSL302.57º89.74%84.71%-
HSV(B)302.57º27.89%98.43%-
XYZ73.2560.3396.59-
YUV209.57149.69157.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 181 (71.09% from 255) = 26.62%
BLUE value IS 248 (97.27% from 255) = 36.47%
R=36.91%
G=26.62%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118124800.280.010.02302.5789.7484.71
HexFBB5F801C1212f5a55
Octal37326537003412457132125
Binary11111011101101011111100001110011010010111110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5F8; }

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

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

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

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

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

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

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

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