Html Css Color HEX #FAA0E7 Lavender Rose

📋 copy color: '#FAA0E7'

red 250 ◦ green 160 ◦ blue 231

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

Shades of Lavender Rose #FAA0E7

Tints of Lavender Rose #FAA0E7

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.96%

 BLUE value IS 231 (90.63% from 255) = 36.04%

R = 39%
G = 24.96%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAA0E7 (or 0xFAA0E7) is known color: Lavender Rose. HEX triplet: FA, A0 and E7. RGB value is (250,160,231). Sum of RGB (Red+Green+Blue) = 250+160+231=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 160 (62.89% from 255 or 24.96% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA0E7 is #055F18. Grayscale: #C2C2C2. Windows color (decimal): -352025 or 15180026. OLE color: 15180026.

HSL color Cylindrical-coordinate representation of color #FAA0E7: hue angle of 312.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0E7 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 160 231 -
CMYK 0 0.36 0.08 0.02
HSL 312.67º 0.9% 0.8% -
HSV(B) 312.67º 0.36% 0.98% -
XYZ 66.42 51.24 81.99 -
YUV 195 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 250 160 231 0 0.36 0.08 0.02 312.67 0.9 0.8
Hex FA A0 E7 0 24 8 2 139 5A 50
Octal 372 240 347 0 44 10 2 471 132 120
Binary 11111010 10100000 11100111 0 100100 1000 10 100111001 1011010 1010000

Color Harmonies of #FAA0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA0E7

Black with #FAA0E7

Text Example


Text Example

White with #FAA0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA0E7; }

 p { color: rgb(250,160,231); }

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

background-color css

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

 a { background-color: rgb(250,160,231); }

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

border-color css

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

 span { border-color: rgb(250,160,231); }

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