#FAB7FB

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

Shades of Lavender Rose #FAB7FB

Tints of Lavender Rose #FAB7FB

Color information

#FAB7FB (or 0xFAB7FB) is unknown color: approx Lavender Rose. HEX triplet: FA, B7 and FB. RGB value is (250,183,251). Sum of RGB (Red+Green+Blue) = 250+183+251=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 183 (71.88% from 255 or 26.75% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAB7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7FB is #054804. Grayscale: #D2D2D2. Windows color (decimal): -346117 or 16496634. OLE color: 16496634.

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

Color convert

RGB250183251-
CMYK0.000.2700.02
HSL299.12º89.47%85.1%-
HSV(B)299.12º27.09%98.43%-
XYZ73.7761.1699.18-
YUV210.78150.7155.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 183 (71.88% from 255) = 26.75%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=36.55%
G=26.75%
B=36.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501832510.000.2700.02299.1289.4785.1
HexFAB7FB01B0212b5955
Octal37226737303302453131125
Binary11111010101101111111101101101101010010101110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7FB; }

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

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

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

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

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

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

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

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