Html Css Color HEX #FA9EFA Lavender Rose

📋 copy color: '#FA9EFA'

red 250 ◦ green 158 ◦ blue 250

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

Shades of Lavender Rose #FA9EFA

Tints of Lavender Rose #FA9EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.01%

 BLUE value IS 250 (98.05% from 255) = 37.99%

R = 37.99%
G = 24.01%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA9EFA (or 0xFA9EFA) is known color: Lavender Rose. HEX triplet: FA, 9E and FA. RGB value is (250,158,250). Sum of RGB (Red+Green+Blue) = 250+158+250=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 158 (62.11% from 255 or 24.01% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA9EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9EFA is #056105. Grayscale: #C3C3C3. Windows color (decimal): -352518 or 16424698. OLE color: 16424698.

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

Color convert

RGB 250 158 250 -
CMYK 0 0.37 0 0.02
HSL 300º 0.9% 0.8% -
HSV(B) 300º 0.37% 0.98% -
XYZ 68.91 51.68 96.79 -
YUV 196 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 250 158 250 0 0.37 0 0.02 300 0.9 0.8
Hex FA 9E FA 0 25 0 2 12C 5A 50
Octal 372 236 372 0 45 0 2 454 132 120
Binary 11111010 10011110 11111010 0 100101 0 10 100101100 1011010 1010000

Color Harmonies of #FA9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9EFA

Black with #FA9EFA

Text Example


Text Example

White with #FA9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9EFA; }

 p { color: rgb(250,158,250); }

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

background-color css

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

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

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

border-color css

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

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

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