Html Css Color HEX #F7A3DC Lavender Rose

📋 copy color: '#F7A3DC'

red 247 ◦ green 163 ◦ blue 220

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

Shades of Lavender Rose #F7A3DC

Tints of Lavender Rose #F7A3DC

RGB

 RED value IS 247 (96.88% from 255) = 39.21%

 GREEN value IS 163 (64.06% from 255) = 25.87%

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

R = 39.21%
G = 25.87%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7A3DC (or 0xF7A3DC) is known color: Lavender Rose. HEX triplet: F7, A3 and DC. RGB value is (247,163,220). Sum of RGB (Red+Green+Blue) = 247+163+220=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 163 (64.06% from 255 or 25.87% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A3DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A3DC is #085C23. Grayscale: #C2C2C2. Windows color (decimal): -547876 or 14459895. OLE color: 14459895.

HSL color Cylindrical-coordinate representation of color #F7A3DC: hue angle of 319.29º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A3DC is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 163 220 -
CMYK 0 0.34 0.11 0.03
HSL 319.29º 0.84% 0.8% -
HSV(B) 319.29º 0.34% 0.97% -
XYZ 64.37 51.14 74.19 -
YUV 194.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 247 163 220 0 0.34 0.11 0.03 319.29 0.84 0.8
Hex F7 A3 DC 0 22 B 3 13F 54 50
Octal 367 243 334 0 42 13 3 477 124 120
Binary 11110111 10100011 11011100 0 100010 1011 11 100111111 1010100 1010000

Color Harmonies of #F7A3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A3DC

Black with #F7A3DC

Text Example


Text Example

White with #F7A3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A3DC; }

 p { color: rgb(247,163,220); }

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

background-color css

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

 a { background-color: rgb(247,163,220); }

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

border-color css

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

 span { border-color: rgb(247,163,220); }

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