Html Css Color HEX #FA9FD2 Lavender Pink

📋 copy color: '#FA9FD2'

red 250 ◦ green 159 ◦ blue 210

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

Shades of Lavender Pink #FA9FD2

Tints of Lavender Pink #FA9FD2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.69%

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

R = 40.39%
G = 25.69%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA9FD2 (or 0xFA9FD2) is known color: Lavender Pink. HEX triplet: FA, 9F and D2. RGB value is (250,159,210). Sum of RGB (Red+Green+Blue) = 250+159+210=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FD2 is #05602D. Grayscale: #BFBFBF. Windows color (decimal): -352302 or 13803514. OLE color: 13803514.

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

Color convert

RGB 250 159 210 -
CMYK 0 0.36 0.16 0.02
HSL 326.37º 0.9% 0.8% -
HSV(B) 326.37º 0.36% 0.98% -
XYZ 63.46 49.77 67.24 -
YUV 192.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 250 159 210 0 0.36 0.16 0.02 326.37 0.9 0.8
Hex FA 9F D2 0 24 10 2 146 5A 50
Octal 372 237 322 0 44 20 2 506 132 120
Binary 11111010 10011111 11010010 0 100100 10000 10 101000110 1011010 1010000

Color Harmonies of #FA9FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9FD2

Black with #FA9FD2

Text Example


Text Example

White with #FA9FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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