Html Css Color HEX #FAA1DC Lavender Rose

📋 copy color: '#FAA1DC'

red 250 ◦ green 161 ◦ blue 220

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

Shades of Lavender Rose #FAA1DC

Tints of Lavender Rose #FAA1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.52%

 BLUE value IS 220 (86.33% from 255) = 34.87%

R = 39.62%
G = 25.52%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAA1DC (or 0xFAA1DC) is known color: Lavender Rose. HEX triplet: FA, A1 and DC. RGB value is (250,161,220). Sum of RGB (Red+Green+Blue) = 250+161+220=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 161 (63.28% from 255 or 25.52% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1DC is #055E23. Grayscale: #C2C2C2. Windows color (decimal): -351780 or 14459386. OLE color: 14459386.

HSL color Cylindrical-coordinate representation of color #FAA1DC: hue angle of 320.22º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA1DC is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 161 220 -
CMYK 0 0.36 0.12 0.02
HSL 320.22º 0.9% 0.81% -
HSV(B) 320.22º 0.36% 0.98% -
XYZ 65.09 50.98 74.12 -
YUV 194.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 250 161 220 0 0.36 0.12 0.02 320.22 0.9 0.81
Hex FA A1 DC 0 24 C 2 140 5A 51
Octal 372 241 334 0 44 14 2 500 132 121
Binary 11111010 10100001 11011100 0 100100 1100 10 101000000 1011010 1010001

Color Harmonies of #FAA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1DC

Black with #FAA1DC

Text Example


Text Example

White with #FAA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1DC; }

 p { color: rgb(250,161,220); }

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

background-color css

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

 a { background-color: rgb(250,161,220); }

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

border-color css

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

 span { border-color: rgb(250,161,220); }

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