Html Css Color HEX #F7A6D8 Lavender Rose

📋 copy color: '#F7A6D8'

red 247 ◦ green 166 ◦ blue 216

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

Shades of Lavender Rose #F7A6D8

Tints of Lavender Rose #F7A6D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.34%

R = 39.27%
G = 26.39%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F7A6D8 (or 0xF7A6D8) is known color: Lavender Rose. HEX triplet: F7, A6 and D8. RGB value is (247,166,216). Sum of RGB (Red+Green+Blue) = 247+166+216=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 166 (65.23% from 255 or 26.39% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A6D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A6D8 is #085927. Grayscale: #C3C3C3. Windows color (decimal): -547112 or 14198519. OLE color: 14198519.

HSL color Cylindrical-coordinate representation of color #F7A6D8: hue angle of 322.96º 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 #F7A6D8 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 166 216 -
CMYK 0 0.33 0.13 0.03
HSL 322.96º 0.84% 0.81% -
HSV(B) 322.96º 0.33% 0.97% -
XYZ 64.39 52 71.61 -
YUV 195.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 247 166 216 0 0.33 0.13 0.03 322.96 0.84 0.81
Hex F7 A6 D8 0 21 D 3 143 54 51
Octal 367 246 330 0 41 15 3 503 124 121
Binary 11110111 10100110 11011000 0 100001 1101 11 101000011 1010100 1010001

Color Harmonies of #F7A6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A6D8

Black with #F7A6D8

Text Example


Text Example

White with #F7A6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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