#FAB2FB

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

Shades of Lavender Rose #FAB2FB

Tints of Lavender Rose #FAB2FB

Color information

#FAB2FB (or 0xFAB2FB) is unknown color: approx Lavender Rose. HEX triplet: FA, B2 and FB. RGB value is (250,178,251). Sum of RGB (Red+Green+Blue) = 250+178+251=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 178 (69.92% from 255 or 26.22% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAB2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2FB is #054D04. Grayscale: #CFCFCF. Windows color (decimal): -347397 or 16495354. OLE color: 16495354.

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

Color convert

RGB250178251-
CMYK0.000.2900.02
HSL299.18º90.12%84.12%-
HSV(B)299.18º29.08%98.43%-
XYZ72.7659.1398.85-
YUV207.85152.35158.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 178 (69.92% from 255) = 26.22%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=36.82%
G=26.22%
B=36.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501782510.000.2900.02299.1890.1284.12
HexFAB2FB01D0212b5a54
Octal37226237303502453132124
Binary11111010101100101111101101110101010010101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2FB; }

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

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

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

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

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

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

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

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