Html Css Color HEX #FA9DDC Lavender Rose

📋 copy color: '#FA9DDC'

red 250 ◦ green 157 ◦ blue 220

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

Shades of Lavender Rose #FA9DDC

Tints of Lavender Rose #FA9DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.09%

R = 39.87%
G = 25.04%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA9DDC (or 0xFA9DDC) is known color: Lavender Rose. HEX triplet: FA, 9D and DC. RGB value is (250,157,220). Sum of RGB (Red+Green+Blue) = 250+157+220=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 157 (61.72% from 255 or 25.04% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DDC is #056223. Grayscale: #BFBFBF. Windows color (decimal): -352804 or 14458362. OLE color: 14458362.

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

Color convert

RGB 250 157 220 -
CMYK 0 0.37 0.12 0.02
HSL 319.35º 0.9% 0.8% -
HSV(B) 319.35º 0.37% 0.98% -
XYZ 64.4 49.61 73.89 -
YUV 191.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 250 157 220 0 0.37 0.12 0.02 319.35 0.9 0.8
Hex FA 9D DC 0 25 C 2 13F 5A 50
Octal 372 235 334 0 45 14 2 477 132 120
Binary 11111010 10011101 11011100 0 100101 1100 10 100111111 1011010 1010000

Color Harmonies of #FA9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9DDC

Black with #FA9DDC

Text Example


Text Example

White with #FA9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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