Html Css Color HEX #FA9FE9 Lavender Rose

📋 copy color: '#FA9FE9'

red 250 ◦ green 159 ◦ blue 233

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

Shades of Lavender Rose #FA9FE9

Tints of Lavender Rose #FA9FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.29%

R = 38.94%
G = 24.77%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FA9FE9 (or 0xFA9FE9) is known color: Lavender Rose. HEX triplet: FA, 9F and E9. RGB value is (250,159,233). Sum of RGB (Red+Green+Blue) = 250+159+233=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 159 (62.5% from 255 or 24.77% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9FE9 is #056016. Grayscale: #C2C2C2. Windows color (decimal): -352279 or 15310842. OLE color: 15310842.

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

Color convert

RGB 250 159 233 -
CMYK 0 0.36 0.07 0.02
HSL 311.21º 0.9% 0.8% -
HSV(B) 311.21º 0.36% 0.98% -
XYZ 66.53 51 83.43 -
YUV 194.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 250 159 233 0 0.36 0.07 0.02 311.21 0.9 0.8
Hex FA 9F E9 0 24 7 2 137 5A 50
Octal 372 237 351 0 44 7 2 467 132 120
Binary 11111010 10011111 11101001 0 100100 111 10 100110111 1011010 1010000

Color Harmonies of #FA9FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9FE9

Black with #FA9FE9

Text Example


Text Example

White with #FA9FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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