Html Css Color HEX #FAA6FE Lavender Rose

📋 copy color: '#FAA6FE'

red 250 ◦ green 166 ◦ blue 254

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

Shades of Lavender Rose #FAA6FE

Tints of Lavender Rose #FAA6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.91%

R = 37.31%
G = 24.78%
B = 37.91%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAA6FE (or 0xFAA6FE) is known color: Lavender Rose. HEX triplet: FA, A6 and FE. RGB value is (250,166,254). Sum of RGB (Red+Green+Blue) = 250+166+254=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 166 (65.23% from 255 or 24.78% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAA6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA6FE is #055901. Grayscale: #C8C8C8. Windows color (decimal): -350466 or 16688890. OLE color: 16688890.

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

Color convert

RGB 250 166 254 -
CMYK 0.02 0.35 0 0.00
HSL 297.27º 0.98% 0.82% -
HSV(B) 297.27º 0.35% 1% -
XYZ 70.95 54.75 100.59 -
YUV 201.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 250 166 254 0.02 0.35 0 0.00 297.27 0.98 0.82
Hex FA A6 FE 2 23 0 0 129 62 52
Octal 372 246 376 2 43 0 0 451 142 122
Binary 11111010 10100110 11111110 10 100011 0 0 100101001 1100010 1010010

Color Harmonies of #FAA6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6FE

Black with #FAA6FE

Text Example


Text Example

White with #FAA6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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