Html Css Color HEX #FAA8FD Lavender Rose

📋 copy color: '#FAA8FD'

red 250 ◦ green 168 ◦ blue 253

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

Shades of Lavender Rose #FAA8FD

Tints of Lavender Rose #FAA8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.04%

 BLUE value IS 253 (99.22% from 255) = 37.7%

R = 37.26%
G = 25.04%
B = 37.7%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAA8FD (or 0xFAA8FD) is known color: Lavender Rose. HEX triplet: FA, A8 and FD. RGB value is (250,168,253). Sum of RGB (Red+Green+Blue) = 250+168+253=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 168 (66.02% from 255 or 25.04% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAA8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8FD is #055702. Grayscale: #C9C9C9. Windows color (decimal): -349955 or 16623866. OLE color: 16623866.

HSL color Cylindrical-coordinate representation of color #FAA8FD: hue angle of 297.88º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA8FD is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 168 253 -
CMYK 0.01 0.34 0 0.01
HSL 297.88º 0.96% 0.83% -
HSV(B) 297.88º 0.34% 0.99% -
XYZ 71.16 55.42 99.88 -
YUV 202.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 250 168 253 0.01 0.34 0 0.01 297.88 0.96 0.83
Hex FA A8 FD 1 22 0 1 12A 60 53
Octal 372 250 375 1 42 0 1 452 140 123
Binary 11111010 10101000 11111101 1 100010 0 1 100101010 1100000 1010011

Color Harmonies of #FAA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA8FD

Black with #FAA8FD

Text Example


Text Example

White with #FAA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA8FD; }

 p { color: rgb(250,168,253); }

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

background-color css

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

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

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

border-color css

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

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

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