Html Css Color HEX #FA9FDA Lavender Rose

📋 copy color: '#FA9FDA'

red 250 ◦ green 159 ◦ blue 218

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

Shades of Lavender Rose #FA9FDA

Tints of Lavender Rose #FA9FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.77%

R = 39.87%
G = 25.36%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA9FDA (or 0xFA9FDA) is known color: Lavender Rose. HEX triplet: FA, 9F and DA. RGB value is (250,159,218). Sum of RGB (Red+Green+Blue) = 250+159+218=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FDA is #056025. Grayscale: #C0C0C0. Windows color (decimal): -352294 or 14327802. OLE color: 14327802.

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

Color convert

RGB 250 159 218 -
CMYK 0 0.36 0.13 0.02
HSL 321.1º 0.9% 0.8% -
HSV(B) 321.1º 0.36% 0.98% -
XYZ 64.48 50.18 72.62 -
YUV 192.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 250 159 218 0 0.36 0.13 0.02 321.1 0.9 0.8
Hex FA 9F DA 0 24 D 2 141 5A 50
Octal 372 237 332 0 44 15 2 501 132 120
Binary 11111010 10011111 11011010 0 100100 1101 10 101000001 1011010 1010000

Color Harmonies of #FA9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9FDA

Black with #FA9FDA

Text Example


Text Example

White with #FA9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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