Html Css Color HEX #FAA5FF Lavender Rose

📋 copy color: '#FAA5FF'

red 250 ◦ green 165 ◦ blue 255

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

Shades of Lavender Rose #FAA5FF

Tints of Lavender Rose #FAA5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.06%

R = 37.31%
G = 24.63%
B = 38.06%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FAA5FF (or 0xFAA5FF) is known color: Lavender Rose. HEX triplet: FA, A5 and FF. RGB value is (250,165,255). Sum of RGB (Red+Green+Blue) = 250+165+255=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 165 (64.84% from 255 or 24.63% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAA5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA5FF is #055A00. Grayscale: #C8C8C8. Windows color (decimal): -350721 or 16754170. OLE color: 16754170.

HSL color Cylindrical-coordinate representation of color #FAA5FF: hue angle of 296.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA5FF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 250 165 255 -
CMYK 0.02 0.35 0 0
HSL 296.67º 1% 0.82% -
HSV(B) 296.67º 0.35% 1% -
XYZ 70.93 54.45 101.38 -
YUV 200.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 250 165 255 0.02 0.35 0 0 296.67 1 0.82
Hex FA A5 FF 2 23 0 0 129 64 52
Octal 372 245 377 2 43 0 0 451 144 122
Binary 11111010 10100101 11111111 10 100011 0 0 100101001 1100100 1010010

Color Harmonies of #FAA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5FF

Black with #FAA5FF

Text Example


Text Example

White with #FAA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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