Html Css Color HEX #FA9CD3 Lavender Pink

📋 copy color: '#FA9CD3'

red 250 ◦ green 156 ◦ blue 211

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

Shades of Lavender Pink #FA9CD3

Tints of Lavender Pink #FA9CD3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.28%

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

R = 40.52%
G = 25.28%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA9CD3 (or 0xFA9CD3) is known color: Lavender Pink. HEX triplet: FA, 9C and D3. RGB value is (250,156,211). Sum of RGB (Red+Green+Blue) = 250+156+211=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CD3 is #05632C. Grayscale: #BEBEBE. Windows color (decimal): -353069 or 13868282. OLE color: 13868282.

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

Color convert

RGB 250 156 211 -
CMYK 0 0.38 0.16 0.02
HSL 324.89º 0.9% 0.8% -
HSV(B) 324.89º 0.38% 0.98% -
XYZ 63.07 48.8 67.72 -
YUV 190.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 250 156 211 0 0.38 0.16 0.02 324.89 0.9 0.8
Hex FA 9C D3 0 26 10 2 145 5A 50
Octal 372 234 323 0 46 20 2 505 132 120
Binary 11111010 10011100 11010011 0 100110 10000 10 101000101 1011010 1010000

Color Harmonies of #FA9CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9CD3

Black with #FA9CD3

Text Example


Text Example

White with #FA9CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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