Html Css Color HEX #FAA6DC Lavender Rose

📋 copy color: '#FAA6DC'

red 250 ◦ green 166 ◦ blue 220

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

Shades of Lavender Rose #FAA6DC

Tints of Lavender Rose #FAA6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.1%

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

R = 39.31%
G = 26.1%
B = 34.59%

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

#FAA6DC (or 0xFAA6DC) is known color: Lavender Rose. HEX triplet: FA, A6 and DC. RGB value is (250,166,220). Sum of RGB (Red+Green+Blue) = 250+166+220=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 166 (65.23% from 255 or 26.10% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6DC is #055923. Grayscale: #C5C5C5. Windows color (decimal): -350500 or 14460666. OLE color: 14460666.

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

Color convert

RGB 250 166 220 -
CMYK 0 0.34 0.12 0.02
HSL 321.43º 0.89% 0.82% -
HSV(B) 321.43º 0.34% 0.98% -
XYZ 65.98 52.76 74.42 -
YUV 197.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 250 166 220 0 0.34 0.12 0.02 321.43 0.89 0.82
Hex FA A6 DC 0 22 C 2 141 59 52
Octal 372 246 334 0 42 14 2 501 131 122
Binary 11111010 10100110 11011100 0 100010 1100 10 101000001 1011001 1010010

Color Harmonies of #FAA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6DC

Black with #FAA6DC

Text Example


Text Example

White with #FAA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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