Html Css Color HEX #FA9FDE Lavender Rose

📋 copy color: '#FA9FDE'

red 250 ◦ green 159 ◦ blue 222

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

Shades of Lavender Rose #FA9FDE

Tints of Lavender Rose #FA9FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.18%

R = 39.62%
G = 25.2%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA9FDE (or 0xFA9FDE) is known color: Lavender Rose. HEX triplet: FA, 9F and DE. RGB value is (250,159,222). Sum of RGB (Red+Green+Blue) = 250+159+222=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FDE is #056021. Grayscale: #C1C1C1. Windows color (decimal): -352290 or 14589946. OLE color: 14589946.

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

Color convert

RGB 250 159 222 -
CMYK 0 0.36 0.11 0.02
HSL 318.46º 0.9% 0.8% -
HSV(B) 318.46º 0.36% 0.98% -
XYZ 65.01 50.39 75.41 -
YUV 193.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 250 159 222 0 0.36 0.11 0.02 318.46 0.9 0.8
Hex FA 9F DE 0 24 B 2 13E 5A 50
Octal 372 237 336 0 44 13 2 476 132 120
Binary 11111010 10011111 11011110 0 100100 1011 10 100111110 1011010 1010000

Color Harmonies of #FA9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9FDE

Black with #FA9FDE

Text Example


Text Example

White with #FA9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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