Html Css Color HEX #FA9EDB Lavender Rose

📋 copy color: '#FA9EDB'

red 250 ◦ green 158 ◦ blue 219

#FA9EDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FA9EDB

Tints of Lavender Rose #FA9EDB

RGB

 RED value IS 250 (98.05% from 255) = 39.87%

 GREEN value IS 158 (62.11% from 255) = 25.2%

 BLUE value IS 219 (85.94% from 255) = 34.93%

R = 39.87%
G = 25.2%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA9EDB (or 0xFA9EDB) is known color: Lavender Rose. HEX triplet: FA, 9E and DB. RGB value is (250,158,219). Sum of RGB (Red+Green+Blue) = 250+158+219=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EDB is #056124. Grayscale: #C0C0C0. Windows color (decimal): -352549 or 14393082. OLE color: 14393082.

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

Color convert

RGB 250 158 219 -
CMYK 0 0.37 0.12 0.02
HSL 320.22º 0.9% 0.8% -
HSV(B) 320.22º 0.37% 0.98% -
XYZ 64.44 49.89 73.25 -
YUV 192.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 250 158 219 0 0.37 0.12 0.02 320.22 0.9 0.8
Hex FA 9E DB 0 25 C 2 140 5A 50
Octal 372 236 333 0 45 14 2 500 132 120
Binary 11111010 10011110 11011011 0 100101 1100 10 101000000 1011010 1010000

Color Harmonies of #FA9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9EDB

Black with #FA9EDB

Text Example


Text Example

White with #FA9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9EDB; }

 p { color: rgb(250,158,219); }

 H1.HeaderClassName
 {
   color: #FA9EDB;
 }
 .AnyTagClassName
 {
   color: #FA9EDB;
 }
</style>

background-color css

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

 a { background-color: rgb(250,158,219); }

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

border-color css

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

 span { border-color: rgb(250,158,219); }

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