Html Css Color HEX #FAA0DC Lavender Rose

📋 copy color: '#FAA0DC'

red 250 ◦ green 160 ◦ blue 220

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

Shades of Lavender Rose #FAA0DC

Tints of Lavender Rose #FAA0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.4%

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

R = 39.68%
G = 25.4%
B = 34.92%

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

#FAA0DC (or 0xFAA0DC) is known color: Lavender Rose. HEX triplet: FA, A0 and DC. RGB value is (250,160,220). Sum of RGB (Red+Green+Blue) = 250+160+220=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0DC is #055F23. Grayscale: #C1C1C1. Windows color (decimal): -352036 or 14459130. OLE color: 14459130.

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

Color convert

RGB 250 160 220 -
CMYK 0 0.36 0.12 0.02
HSL 320º 0.9% 0.8% -
HSV(B) 320º 0.36% 0.98% -
XYZ 64.91 50.63 74.06 -
YUV 193.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 250 160 220 0 0.36 0.12 0.02 320 0.9 0.8
Hex FA A0 DC 0 24 C 2 140 5A 50
Octal 372 240 334 0 44 14 2 500 132 120
Binary 11111010 10100000 11011100 0 100100 1100 10 101000000 1011010 1010000

Color Harmonies of #FAA0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA0DC

Black with #FAA0DC

Text Example


Text Example

White with #FAA0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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