Html Css Color HEX #FAA7FE Lavender Rose

📋 copy color: '#FAA7FE'

red 250 ◦ green 167 ◦ blue 254

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

Shades of Lavender Rose #FAA7FE

Tints of Lavender Rose #FAA7FE

RGB

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

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

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

R = 37.26%
G = 24.89%
B = 37.85%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAA7FE (or 0xFAA7FE) is known color: Lavender Rose. HEX triplet: FA, A7 and FE. RGB value is (250,167,254). Sum of RGB (Red+Green+Blue) = 250+167+254=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 167 (65.62% from 255 or 24.89% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAA7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA7FE is #055801. Grayscale: #C9C9C9. Windows color (decimal): -350210 or 16689146. OLE color: 16689146.

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

Color convert

RGB 250 167 254 -
CMYK 0.02 0.34 0 0.00
HSL 297.24º 0.98% 0.83% -
HSV(B) 297.24º 0.34% 1% -
XYZ 71.13 55.12 100.66 -
YUV 201.74 157.5 162.43 -
System Red Green Blue C M Y K H S L
Decimal 250 167 254 0.02 0.34 0 0.00 297.24 0.98 0.83
Hex FA A7 FE 2 22 0 0 129 62 53
Octal 372 247 376 2 42 0 0 451 142 123
Binary 11111010 10100111 11111110 10 100010 0 0 100101001 1100010 1010011

Color Harmonies of #FAA7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7FE

Black with #FAA7FE

Text Example


Text Example

White with #FAA7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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