Html Css Color HEX #FAA6FF Lavender Rose

📋 copy color: '#FAA6FF'

red 250 ◦ green 166 ◦ blue 255

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

Shades of Lavender Rose #FAA6FF

Tints of Lavender Rose #FAA6FF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 24.74%

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

R = 37.26%
G = 24.74%
B = 38%

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

#FAA6FF (or 0xFAA6FF) is known color: Lavender Rose. HEX triplet: FA, A6 and FF. RGB value is (250,166,255). Sum of RGB (Red+Green+Blue) = 250+166+255=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 166 (65.23% from 255 or 24.74% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAA6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA6FF is #055900. Grayscale: #C8C8C8. Windows color (decimal): -350465 or 16754426. OLE color: 16754426.

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

Color convert

RGB 250 166 255 -
CMYK 0.02 0.35 0 0
HSL 296.63º 1% 0.83% -
HSV(B) 296.63º 0.35% 1% -
XYZ 71.11 54.82 101.44 -
YUV 201.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 250 166 255 0.02 0.35 0 0 296.63 1 0.83
Hex FA A6 FF 2 23 0 0 129 64 53
Octal 372 246 377 2 43 0 0 451 144 123
Binary 11111010 10100110 11111111 10 100011 0 0 100101001 1100100 1010011

Color Harmonies of #FAA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6FF

Black with #FAA6FF

Text Example


Text Example

White with #FAA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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