Html Css Color HEX #FAAAFD Lavender Rose

📋 copy color: '#FAAAFD'

red 250 ◦ green 170 ◦ blue 253

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

Shades of Lavender Rose #FAAAFD

Tints of Lavender Rose #FAAAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.26%

 BLUE value IS 253 (99.22% from 255) = 37.59%

R = 37.15%
G = 25.26%
B = 37.59%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAAAFD (or 0xFAAAFD) is known color: Lavender Rose. HEX triplet: FA, AA and FD. RGB value is (250,170,253). Sum of RGB (Red+Green+Blue) = 250+170+253=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 170 (66.80% from 255 or 25.26% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAAAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAFD is #055502. Grayscale: #CBCBCB. Windows color (decimal): -349443 or 16624378. OLE color: 16624378.

HSL color Cylindrical-coordinate representation of color #FAAAFD: hue angle of 297.83º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAAAFD is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 170 253 -
CMYK 0.01 0.33 0 0.01
HSL 297.83º 0.95% 0.83% -
HSV(B) 297.83º 0.33% 0.99% -
XYZ 71.53 56.17 100 -
YUV 203.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 250 170 253 0.01 0.33 0 0.01 297.83 0.95 0.83
Hex FA AA FD 1 21 0 1 12A 5F 53
Octal 372 252 375 1 41 0 1 452 137 123
Binary 11111010 10101010 11111101 1 100001 0 1 100101010 1011111 1010011

Color Harmonies of #FAAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAFD

Black with #FAAAFD

Text Example


Text Example

White with #FAAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAFD; }

 p { color: rgb(250,170,253); }

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

background-color css

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

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

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

border-color css

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

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

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