Html Css Color HEX #FA9AF0 Lavender Rose

📋 copy color: '#FA9AF0'

red 250 ◦ green 154 ◦ blue 240

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

Shades of Lavender Rose #FA9AF0

Tints of Lavender Rose #FA9AF0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 23.91%

 BLUE value IS 240 (94.14% from 255) = 37.27%

R = 38.82%
G = 23.91%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA9AF0 (or 0xFA9AF0) is known color: Lavender Rose. HEX triplet: FA, 9A and F0. RGB value is (250,154,240). Sum of RGB (Red+Green+Blue) = 250+154+240=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 154 (60.55% from 255 or 23.91% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9AF0 is #05650F. Grayscale: #C0C0C0. Windows color (decimal): -353552 or 15768314. OLE color: 15768314.

HSL color Cylindrical-coordinate representation of color #FA9AF0: hue angle of 306.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9AF0 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 154 240 -
CMYK 0 0.38 0.04 0.02
HSL 306.25º 0.91% 0.79% -
HSV(B) 306.25º 0.38% 0.98% -
XYZ 66.71 49.73 88.52 -
YUV 192.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 250 154 240 0 0.38 0.04 0.02 306.25 0.91 0.79
Hex FA 9A F0 0 26 4 2 132 5B 4F
Octal 372 232 360 0 46 4 2 462 133 117
Binary 11111010 10011010 11110000 0 100110 100 10 100110010 1011011 1001111

Color Harmonies of #FA9AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9AF0

Black with #FA9AF0

Text Example


Text Example

White with #FA9AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9AF0; }

 p { color: rgb(250,154,240); }

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

background-color css

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

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

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

border-color css

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

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

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