Html Css Color HEX #FA9DD2 Lavender Pink

📋 copy color: '#FA9DD2'

red 250 ◦ green 157 ◦ blue 210

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

Shades of Lavender Pink #FA9DD2

Tints of Lavender Pink #FA9DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.45%

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

R = 40.52%
G = 25.45%
B = 34.04%

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

#FA9DD2 (or 0xFA9DD2) is known color: Lavender Pink. HEX triplet: FA, 9D and D2. RGB value is (250,157,210). Sum of RGB (Red+Green+Blue) = 250+157+210=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DD2 is #05622D. Grayscale: #BEBEBE. Windows color (decimal): -352814 or 13803002. OLE color: 13803002.

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

Color convert

RGB 250 157 210 -
CMYK 0 0.37 0.16 0.02
HSL 325.81º 0.9% 0.8% -
HSV(B) 325.81º 0.37% 0.98% -
XYZ 63.11 49.09 67.12 -
YUV 190.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 250 157 210 0 0.37 0.16 0.02 325.81 0.9 0.8
Hex FA 9D D2 0 25 10 2 146 5A 50
Octal 372 235 322 0 45 20 2 506 132 120
Binary 11111010 10011101 11010010 0 100101 10000 10 101000110 1011010 1010000

Color Harmonies of #FA9DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9DD2

Black with #FA9DD2

Text Example


Text Example

White with #FA9DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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