Html Css Color HEX #FAAADC Lavender Rose

📋 copy color: '#FAAADC'

red 250 ◦ green 170 ◦ blue 220

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

Shades of Lavender Rose #FAAADC

Tints of Lavender Rose #FAAADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.56%

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

R = 39.06%
G = 26.56%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAAADC (or 0xFAAADC) is known color: Lavender Rose. HEX triplet: FA, AA and DC. RGB value is (250,170,220). Sum of RGB (Red+Green+Blue) = 250+170+220=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAADC is #055523. Grayscale: #C7C7C7. Windows color (decimal): -349476 or 14461690. OLE color: 14461690.

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

Color convert

RGB 250 170 220 -
CMYK 0 0.32 0.12 0.02
HSL 322.5º 0.89% 0.82% -
HSV(B) 322.5º 0.32% 0.98% -
XYZ 66.72 54.24 74.66 -
YUV 199.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 250 170 220 0 0.32 0.12 0.02 322.5 0.89 0.82
Hex FA AA DC 0 20 C 2 142 59 52
Octal 372 252 334 0 40 14 2 502 131 122
Binary 11111010 10101010 11011100 0 100000 1100 10 101000010 1011001 1010010

Color Harmonies of #FAAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAADC

Black with #FAAADC

Text Example


Text Example

White with #FAAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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