#FA92D5

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

Shades of Lavender Rose #FA92D5

Tints of Lavender Rose #FA92D5

Color information

#FA92D5 (or 0xFA92D5) is unknown color: approx Lavender Rose. HEX triplet: FA, 92 and D5. RGB value is (250,146,213). Sum of RGB (Red+Green+Blue) = 250+146+213=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA92D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA92D5 is #056D2A. Grayscale: #B8B8B8. Windows color (decimal): -355627 or 13996794. OLE color: 13996794.

HSL color Cylindrical-coordinate representation of color #FA92D5: hue angle of 321.35º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA92D5 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB250146213-
CMYK00.420.150.02
HSL321.35º91.23%77.65%-
HSV(B)321.35º41.6%98.04%-
XYZ61.7145.6968.52-
YUV184.73143.96174.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 146 (57.42% from 255) = 23.97%
BLUE value IS 213 (83.59% from 255) = 34.98%
R=41.05%
G=23.97%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014621300.420.150.02321.3591.2377.65
HexFA92D502AF21415b4e
Octal372222325052172501133116
Binary111110101001001011010101010101011111010100000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA92D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA92D5; }

 p { color: rgb(250,146,213); }

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

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

 a { background-color: rgb(250,146,213); }

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

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

 span { border-color: rgb(250,146,213); }

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