Html Css Color HEX #FA9FDC Lavender Rose

📋 copy color: '#FA9FDC'

red 250 ◦ green 159 ◦ blue 220

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

Shades of Lavender Rose #FA9FDC

Tints of Lavender Rose #FA9FDC

RGB

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

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

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

R = 39.75%
G = 25.28%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA9FDC (or 0xFA9FDC) is known color: Lavender Rose. HEX triplet: FA, 9F and DC. RGB value is (250,159,220). Sum of RGB (Red+Green+Blue) = 250+159+220=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FDC is #056023. Grayscale: #C1C1C1. Windows color (decimal): -352292 or 14458874. OLE color: 14458874.

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

Color convert

RGB 250 159 220 -
CMYK 0 0.36 0.12 0.02
HSL 319.78º 0.9% 0.8% -
HSV(B) 319.78º 0.36% 0.98% -
XYZ 64.74 50.29 74 -
YUV 193.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 250 159 220 0 0.36 0.12 0.02 319.78 0.9 0.8
Hex FA 9F DC 0 24 C 2 140 5A 50
Octal 372 237 334 0 44 14 2 500 132 120
Binary 11111010 10011111 11011100 0 100100 1100 10 101000000 1011010 1010000

Color Harmonies of #FA9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9FDC

Black with #FA9FDC

Text Example


Text Example

White with #FA9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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