#FA9BED

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

Shades of Lavender Rose #FA9BED

Tints of Lavender Rose #FA9BED

Color information

#FA9BED (or 0xFA9BED) is unknown color: approx Lavender Rose. HEX triplet: FA, 9B and ED. RGB value is (250,155,237). Sum of RGB (Red+Green+Blue) = 250+155+237=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 155 (60.94% from 255 or 24.14% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BED is #056412. Grayscale: #C0C0C0. Windows color (decimal): -353299 or 15571962. OLE color: 15571962.

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

Color convert

RGB250155237-
CMYK00.380.050.02
HSL308.21º90.48%79.41%-
HSV(B)308.21º38%98.04%-
XYZ66.4349.8886.25-
YUV192.75152.97168.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 155 (60.94% from 255) = 24.14%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=38.94%
G=24.14%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015523700.380.050.02308.2190.4879.41
HexFA9BED026521345a4f
Octal37223335504652464132117
Binary11111010100110111110110101001101011010011010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9BED; }

 p { color: rgb(250,155,237); }

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

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

 a { background-color: rgb(250,155,237); }

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

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

 span { border-color: rgb(250,155,237); }

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