Html Css Color HEX #FAA5FA Lavender Rose

📋 copy color: '#FAA5FA'

red 250 ◦ green 165 ◦ blue 250

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

Shades of Lavender Rose #FAA5FA

Tints of Lavender Rose #FAA5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 24.81%

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

R = 37.59%
G = 24.81%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAA5FA (or 0xFAA5FA) is known color: Lavender Rose. HEX triplet: FA, A5 and FA. RGB value is (250,165,250). Sum of RGB (Red+Green+Blue) = 250+165+250=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 165 (64.84% from 255 or 24.81% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAA5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA5FA is #055A05. Grayscale: #C7C7C7. Windows color (decimal): -350726 or 16426490. OLE color: 16426490.

HSL color Cylindrical-coordinate representation of color #FAA5FA: hue angle of 300º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA5FA is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 165 250 -
CMYK 0 0.34 0 0.02
HSL 300º 0.89% 0.81% -
HSV(B) 300º 0.34% 0.98% -
XYZ 70.13 54.14 97.2 -
YUV 200.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 250 165 250 0 0.34 0 0.02 300 0.89 0.81
Hex FA A5 FA 0 22 0 2 12C 59 51
Octal 372 245 372 0 42 0 2 454 131 121
Binary 11111010 10100101 11111010 0 100010 0 10 100101100 1011001 1010001

Color Harmonies of #FAA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5FA

Black with #FAA5FA

Text Example


Text Example

White with #FAA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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