Html Css Color HEX #FAA8FE Lavender Rose

📋 copy color: '#FAA8FE'

red 250 ◦ green 168 ◦ blue 254

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

Shades of Lavender Rose #FAA8FE

Tints of Lavender Rose #FAA8FE

RGB

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

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

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

R = 37.2%
G = 25%
B = 37.8%

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

#FAA8FE (or 0xFAA8FE) is known color: Lavender Rose. HEX triplet: FA, A8 and FE. RGB value is (250,168,254). Sum of RGB (Red+Green+Blue) = 250+168+254=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 168 (66.02% from 255 or 25% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAA8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8FE is #055701. Grayscale: #CACACA. Windows color (decimal): -349954 or 16689402. OLE color: 16689402.

HSL color Cylindrical-coordinate representation of color #FAA8FE: hue angle of 297.21º 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 #FAA8FE is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 168 254 -
CMYK 0.02 0.34 0 0.00
HSL 297.21º 0.98% 0.83% -
HSV(B) 297.21º 0.34% 1% -
XYZ 71.32 55.49 100.72 -
YUV 202.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 250 168 254 0.02 0.34 0 0.00 297.21 0.98 0.83
Hex FA A8 FE 2 22 0 0 129 62 53
Octal 372 250 376 2 42 0 0 451 142 123
Binary 11111010 10101000 11111110 10 100010 0 0 100101001 1100010 1010011

Color Harmonies of #FAA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA8FE

Black with #FAA8FE

Text Example


Text Example

White with #FAA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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