Html Css Color HEX #FAA6F0 Lavender Rose

📋 copy color: '#FAA6F0'

red 250 ◦ green 166 ◦ blue 240

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

Shades of Lavender Rose #FAA6F0

Tints of Lavender Rose #FAA6F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.59%

R = 38.11%
G = 25.3%
B = 36.59%

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

#FAA6F0 (or 0xFAA6F0) is known color: Lavender Rose. HEX triplet: FA, A6 and F0. RGB value is (250,166,240). Sum of RGB (Red+Green+Blue) = 250+166+240=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 166 (65.23% from 255 or 25.30% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA6F0 is #05590F. Grayscale: #C7C7C7. Windows color (decimal): -350480 or 15771386. OLE color: 15771386.

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

Color convert

RGB 250 166 240 -
CMYK 0 0.34 0.04 0.02
HSL 307.14º 0.89% 0.82% -
HSV(B) 307.14º 0.34% 0.98% -
XYZ 68.79 53.89 89.21 -
YUV 199.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 250 166 240 0 0.34 0.04 0.02 307.14 0.89 0.82
Hex FA A6 F0 0 22 4 2 133 59 52
Octal 372 246 360 0 42 4 2 463 131 122
Binary 11111010 10100110 11110000 0 100010 100 10 100110011 1011001 1010010

Color Harmonies of #FAA6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6F0

Black with #FAA6F0

Text Example


Text Example

White with #FAA6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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