#FBB3FC

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

Shades of Lavender Rose #FBB3FC

Tints of Lavender Rose #FBB3FC

Color information

#FBB3FC (or 0xFBB3FC) is unknown color: approx Lavender Rose. HEX triplet: FB, B3 and FC. RGB value is (251,179,252). Sum of RGB (Red+Green+Blue) = 251+179+252=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 179 (70.31% from 255 or 26.25% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBB3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3FC is #044C03. Grayscale: #D0D0D0. Windows color (decimal): -281604 or 16561147. OLE color: 16561147.

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

Color convert

RGB251179252-
CMYK0.000.2900.01
HSL299.18º92.41%84.51%-
HSV(B)299.18º28.97%98.82%-
XYZ73.4759.7899.76-
YUV208.85152.35158.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 179 (70.31% from 255) = 26.25%
BLUE value IS 252 (98.83% from 255) = 36.95%
R=36.80%
G=26.25%
B=36.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511792520.000.2900.01299.1892.4184.51
HexFBB3FC01D0112b5c55
Octal37326337403501453134125
Binary1111101110110011111111000111010110010101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3FC; }

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

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

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

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

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

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

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

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