Html Css Color HEX #FAA8F0 Lavender Rose

📋 copy color: '#FAA8F0'

red 250 ◦ green 168 ◦ blue 240

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

Shades of Lavender Rose #FAA8F0

Tints of Lavender Rose #FAA8F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.47%

R = 37.99%
G = 25.53%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAA8F0 (or 0xFAA8F0) is known color: Lavender Rose. HEX triplet: FA, A8 and F0. RGB value is (250,168,240). Sum of RGB (Red+Green+Blue) = 250+168+240=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 168 (66.02% from 255 or 25.53% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8F0 is #05570F. Grayscale: #C8C8C8. Windows color (decimal): -349968 or 15771898. OLE color: 15771898.

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

Color convert

RGB 250 168 240 -
CMYK 0 0.33 0.04 0.02
HSL 307.32º 0.89% 0.82% -
HSV(B) 307.32º 0.33% 0.98% -
XYZ 69.16 54.62 89.34 -
YUV 200.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 250 168 240 0 0.33 0.04 0.02 307.32 0.89 0.82
Hex FA A8 F0 0 21 4 2 133 59 52
Octal 372 250 360 0 41 4 2 463 131 122
Binary 11111010 10101000 11110000 0 100001 100 10 100110011 1011001 1010010

Color Harmonies of #FAA8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA8F0

Black with #FAA8F0

Text Example


Text Example

White with #FAA8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA8F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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