Html Css Color HEX #F7A6DD Lavender Rose

📋 copy color: '#F7A6DD'

red 247 ◦ green 166 ◦ blue 221

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

Shades of Lavender Rose #F7A6DD

Tints of Lavender Rose #F7A6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.86%

R = 38.96%
G = 26.18%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7A6DD (or 0xF7A6DD) is known color: Lavender Rose. HEX triplet: F7, A6 and DD. RGB value is (247,166,221). Sum of RGB (Red+Green+Blue) = 247+166+221=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 166 (65.23% from 255 or 26.18% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A6DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A6DD is #085922. Grayscale: #C4C4C4. Windows color (decimal): -547107 or 14526199. OLE color: 14526199.

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

Color convert

RGB 247 166 221 -
CMYK 0 0.33 0.11 0.03
HSL 319.26º 0.84% 0.81% -
HSV(B) 319.26º 0.33% 0.97% -
XYZ 65.05 52.27 75.07 -
YUV 196.49 141.84 164.03 -
System Red Green Blue C M Y K H S L
Decimal 247 166 221 0 0.33 0.11 0.03 319.26 0.84 0.81
Hex F7 A6 DD 0 21 B 3 13F 54 51
Octal 367 246 335 0 41 13 3 477 124 121
Binary 11110111 10100110 11011101 0 100001 1011 11 100111111 1010100 1010001

Color Harmonies of #F7A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A6DD

Black with #F7A6DD

Text Example


Text Example

White with #F7A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A6DD; }

 p { color: rgb(247,166,221); }

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

background-color css

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

 a { background-color: rgb(247,166,221); }

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

border-color css

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

 span { border-color: rgb(247,166,221); }

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