Html Css Color HEX #FAA7FA Lavender Rose

📋 copy color: '#FAA7FA'

red 250 ◦ green 167 ◦ blue 250

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

Shades of Lavender Rose #FAA7FA

Tints of Lavender Rose #FAA7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.04%

 BLUE value IS 250 (98.05% from 255) = 37.48%

R = 37.48%
G = 25.04%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAA7FA (or 0xFAA7FA) is known color: Lavender Rose. HEX triplet: FA, A7 and FA. RGB value is (250,167,250). Sum of RGB (Red+Green+Blue) = 250+167+250=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 167 (65.62% from 255 or 25.04% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAA7FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA7FA is #055805. Grayscale: #C9C9C9. Windows color (decimal): -350214 or 16427002. OLE color: 16427002.

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

Color convert

RGB 250 167 250 -
CMYK 0 0.33 0 0.02
HSL 300º 0.89% 0.82% -
HSV(B) 300º 0.33% 0.98% -
XYZ 70.5 54.86 97.32 -
YUV 201.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 250 167 250 0 0.33 0 0.02 300 0.89 0.82
Hex FA A7 FA 0 21 0 2 12C 59 52
Octal 372 247 372 0 41 0 2 454 131 122
Binary 11111010 10100111 11111010 0 100001 0 10 100101100 1011001 1010010

Color Harmonies of #FAA7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7FA

Black with #FAA7FA

Text Example


Text Example

White with #FAA7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7FA; }

 p { color: rgb(250,167,250); }

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

background-color css

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

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

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

border-color css

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

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

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