Html Css Color HEX #FA9DD3 Lavender Pink

📋 copy color: '#FA9DD3'

red 250 ◦ green 157 ◦ blue 211

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

Shades of Lavender Pink #FA9DD3

Tints of Lavender Pink #FA9DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.14%

R = 40.45%
G = 25.4%
B = 34.14%

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

#FA9DD3 (or 0xFA9DD3) is known color: Lavender Pink. HEX triplet: FA, 9D and D3. RGB value is (250,157,211). Sum of RGB (Red+Green+Blue) = 250+157+211=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DD3 is #05622C. Grayscale: #BEBEBE. Windows color (decimal): -352813 or 13868538. OLE color: 13868538.

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

Color convert

RGB 250 157 211 -
CMYK 0 0.37 0.16 0.02
HSL 325.16º 0.9% 0.8% -
HSV(B) 325.16º 0.37% 0.98% -
XYZ 63.24 49.14 67.78 -
YUV 190.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 250 157 211 0 0.37 0.16 0.02 325.16 0.9 0.8
Hex FA 9D D3 0 25 10 2 145 5A 50
Octal 372 235 323 0 45 20 2 505 132 120
Binary 11111010 10011101 11010011 0 100101 10000 10 101000101 1011010 1010000

Color Harmonies of #FA9DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9DD3

Black with #FA9DD3

Text Example


Text Example

White with #FA9DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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