Html Css Color HEX #FAA7DC Lavender Rose

📋 copy color: '#FAA7DC'

red 250 ◦ green 167 ◦ blue 220

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

Shades of Lavender Rose #FAA7DC

Tints of Lavender Rose #FAA7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.22%

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

R = 39.25%
G = 26.22%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAA7DC (or 0xFAA7DC) is known color: Lavender Rose. HEX triplet: FA, A7 and DC. RGB value is (250,167,220). Sum of RGB (Red+Green+Blue) = 250+167+220=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 167 (65.62% from 255 or 26.22% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7DC is #055823. Grayscale: #C5C5C5. Windows color (decimal): -350244 or 14460922. OLE color: 14460922.

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

Color convert

RGB 250 167 220 -
CMYK 0 0.33 0.12 0.02
HSL 321.69º 0.89% 0.82% -
HSV(B) 321.69º 0.33% 0.98% -
XYZ 66.16 53.13 74.48 -
YUV 197.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 250 167 220 0 0.33 0.12 0.02 321.69 0.89 0.82
Hex FA A7 DC 0 21 C 2 142 59 52
Octal 372 247 334 0 41 14 2 502 131 122
Binary 11111010 10100111 11011100 0 100001 1100 10 101000010 1011001 1010010

Color Harmonies of #FAA7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7DC

Black with #FAA7DC

Text Example


Text Example

White with #FAA7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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