Html Css Color HEX #FA9ED2 Lavender Pink

📋 copy color: '#FA9ED2'

red 250 ◦ green 158 ◦ blue 210

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

Shades of Lavender Pink #FA9ED2

Tints of Lavender Pink #FA9ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.98%

R = 40.45%
G = 25.57%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA9ED2 (or 0xFA9ED2) is known color: Lavender Pink. HEX triplet: FA, 9E and D2. RGB value is (250,158,210). Sum of RGB (Red+Green+Blue) = 250+158+210=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ED2 is #05612D. Grayscale: #BFBFBF. Windows color (decimal): -352558 or 13803258. OLE color: 13803258.

HSL color Cylindrical-coordinate representation of color #FA9ED2: hue angle of 326.09º 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 #FA9ED2 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 158 210 -
CMYK 0 0.37 0.16 0.02
HSL 326.09º 0.9% 0.8% -
HSV(B) 326.09º 0.37% 0.98% -
XYZ 63.28 49.43 67.18 -
YUV 191.44 138.48 169.77 -
System Red Green Blue C M Y K H S L
Decimal 250 158 210 0 0.37 0.16 0.02 326.09 0.9 0.8
Hex FA 9E D2 0 25 10 2 146 5A 50
Octal 372 236 322 0 45 20 2 506 132 120
Binary 11111010 10011110 11010010 0 100101 10000 10 101000110 1011010 1010000

Color Harmonies of #FA9ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9ED2

Black with #FA9ED2

Text Example


Text Example

White with #FA9ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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