Html Css Color HEX #F7A9DC Lavender Rose

📋 copy color: '#F7A9DC'

red 247 ◦ green 169 ◦ blue 220

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

Shades of Lavender Rose #F7A9DC

Tints of Lavender Rose #F7A9DC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.57%

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

R = 38.84%
G = 26.57%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7A9DC (or 0xF7A9DC) is known color: Lavender Rose. HEX triplet: F7, A9 and DC. RGB value is (247,169,220). Sum of RGB (Red+Green+Blue) = 247+169+220=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A9DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A9DC is #085623. Grayscale: #C6C6C6. Windows color (decimal): -546340 or 14461431. OLE color: 14461431.

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

Color convert

RGB 247 169 220 -
CMYK 0 0.32 0.11 0.03
HSL 320.77º 0.83% 0.82% -
HSV(B) 320.77º 0.32% 0.97% -
XYZ 65.46 53.32 74.55 -
YUV 198.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 247 169 220 0 0.32 0.11 0.03 320.77 0.83 0.82
Hex F7 A9 DC 0 20 B 3 141 53 52
Octal 367 251 334 0 40 13 3 501 123 122
Binary 11110111 10101001 11011100 0 100000 1011 11 101000001 1010011 1010010

Color Harmonies of #F7A9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A9DC

Black with #F7A9DC

Text Example


Text Example

White with #F7A9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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