Html Css Color HEX #FAA5F1 Lavender Rose

📋 copy color: '#FAA5F1'

red 250 ◦ green 165 ◦ blue 241

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

Shades of Lavender Rose #FAA5F1

Tints of Lavender Rose #FAA5F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.74%

R = 38.11%
G = 25.15%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAA5F1 (or 0xFAA5F1) is known color: Lavender Rose. HEX triplet: FA, A5 and F1. RGB value is (250,165,241). Sum of RGB (Red+Green+Blue) = 250+165+241=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 165 (64.84% from 255 or 25.15% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA5F1 is #055A0E. Grayscale: #C6C6C6. Windows color (decimal): -350735 or 15836666. OLE color: 15836666.

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

Color convert

RGB 250 165 241 -
CMYK 0 0.34 0.04 0.02
HSL 306.35º 0.89% 0.81% -
HSV(B) 306.35º 0.34% 0.98% -
XYZ 68.76 53.59 89.94 -
YUV 199.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 250 165 241 0 0.34 0.04 0.02 306.35 0.89 0.81
Hex FA A5 F1 0 22 4 2 132 59 51
Octal 372 245 361 0 42 4 2 462 131 121
Binary 11111010 10100101 11110001 0 100010 100 10 100110010 1011001 1010001

Color Harmonies of #FAA5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5F1

Black with #FAA5F1

Text Example


Text Example

White with #FAA5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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