#FBB5FC

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

Shades of Lavender Rose #FBB5FC

Tints of Lavender Rose #FBB5FC

Color information

#FBB5FC (or 0xFBB5FC) is unknown color: approx Lavender Rose. HEX triplet: FB, B5 and FC. RGB value is (251,181,252). Sum of RGB (Red+Green+Blue) = 251+181+252=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 181 (71.09% from 255 or 26.46% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBB5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5FC is #044A03. Grayscale: #D1D1D1. Windows color (decimal): -281092 or 16561659. OLE color: 16561659.

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

Color convert

RGB251181252-
CMYK0.000.2800.01
HSL299.15º92.21%84.9%-
HSV(B)299.15º28.17%98.82%-
XYZ73.8860.5999.9-
YUV210.02151.69157.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 181 (71.09% from 255) = 26.46%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=36.70%
G=26.46%
B=36.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511812520.000.2800.01299.1592.2184.9
HexFBB5FC01C0112b5c55
Octal37326537403401453134125
Binary1111101110110101111111000111000110010101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5FC; }

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

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

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

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

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

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

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

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