Html Css Color HEX #FAA5DC Lavender Rose

📋 copy color: '#FAA5DC'

red 250 ◦ green 165 ◦ blue 220

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

Shades of Lavender Rose #FAA5DC

Tints of Lavender Rose #FAA5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.98%

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

R = 39.37%
G = 25.98%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAA5DC (or 0xFAA5DC) is known color: Lavender Rose. HEX triplet: FA, A5 and DC. RGB value is (250,165,220). Sum of RGB (Red+Green+Blue) = 250+165+220=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 165 (64.84% from 255 or 25.98% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5DC is #055A23. Grayscale: #C4C4C4. Windows color (decimal): -350756 or 14460410. OLE color: 14460410.

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

Color convert

RGB 250 165 220 -
CMYK 0 0.34 0.12 0.02
HSL 321.18º 0.89% 0.81% -
HSV(B) 321.18º 0.34% 0.98% -
XYZ 65.8 52.4 74.36 -
YUV 196.69 141.16 166.03 -
System Red Green Blue C M Y K H S L
Decimal 250 165 220 0 0.34 0.12 0.02 321.18 0.89 0.81
Hex FA A5 DC 0 22 C 2 141 59 51
Octal 372 245 334 0 42 14 2 501 131 121
Binary 11111010 10100101 11011100 0 100010 1100 10 101000001 1011001 1010001

Color Harmonies of #FAA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5DC

Black with #FAA5DC

Text Example


Text Example

White with #FAA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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