#FBB7FC

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

Shades of Lavender Rose #FBB7FC

Tints of Lavender Rose #FBB7FC

Color information

#FBB7FC (or 0xFBB7FC) is unknown color: approx Lavender Rose. HEX triplet: FB, B7 and FC. RGB value is (251,183,252). Sum of RGB (Red+Green+Blue) = 251+183+252=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 183 (71.88% from 255 or 26.68% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBB7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7FC is #044803. Grayscale: #D2D2D2. Windows color (decimal): -280580 or 16562171. OLE color: 16562171.

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

Color convert

RGB251183252-
CMYK0.000.2700.01
HSL299.13º92%85.29%-
HSV(B)299.13º27.38%98.82%-
XYZ74.2961.4100.03-
YUV211.2151.03156.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 183 (71.88% from 255) = 26.68%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=36.59%
G=26.68%
B=36.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511832520.000.2700.01299.139285.29
HexFBB7FC01B0112b5c55
Octal37326737403301453134125
Binary1111101110110111111111000110110110010101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB7FC; }

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

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

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

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

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

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

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

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