Html Css Color HEX #FAA9F1 Lavender Rose

📋 copy color: '#FAA9F1'

red 250 ◦ green 169 ◦ blue 241

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

Shades of Lavender Rose #FAA9F1

Tints of Lavender Rose #FAA9F1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.61%

 BLUE value IS 241 (94.53% from 255) = 36.52%

R = 37.88%
G = 25.61%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAA9F1 (or 0xFAA9F1) is known color: Lavender Rose. HEX triplet: FA, A9 and F1. RGB value is (250,169,241). Sum of RGB (Red+Green+Blue) = 250+169+241=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 169 (66.41% from 255 or 25.61% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA9F1 is #05560E. Grayscale: #C9C9C9. Windows color (decimal): -349711 or 15837690. OLE color: 15837690.

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

Color convert

RGB 250 169 241 -
CMYK 0 0.32 0.04 0.02
HSL 306.67º 0.89% 0.82% -
HSV(B) 306.67º 0.32% 0.98% -
XYZ 69.49 55.05 90.18 -
YUV 201.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 250 169 241 0 0.32 0.04 0.02 306.67 0.89 0.82
Hex FA A9 F1 0 20 4 2 133 59 52
Octal 372 251 361 0 40 4 2 463 131 122
Binary 11111010 10101001 11110001 0 100000 100 10 100110011 1011001 1010010

Color Harmonies of #FAA9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA9F1

Black with #FAA9F1

Text Example


Text Example

White with #FAA9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA9F1; }

 p { color: rgb(250,169,241); }

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

background-color css

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

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

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

border-color css

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

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

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