Html Css Color HEX #F7A8DC Lavender Rose

📋 copy color: '#F7A8DC'

red 247 ◦ green 168 ◦ blue 220

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

Shades of Lavender Rose #F7A8DC

Tints of Lavender Rose #F7A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.46%

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

R = 38.9%
G = 26.46%
B = 34.65%

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

#F7A8DC (or 0xF7A8DC) is known color: Lavender Rose. HEX triplet: F7, A8 and DC. RGB value is (247,168,220). Sum of RGB (Red+Green+Blue) = 247+168+220=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 168 (66.02% from 255 or 26.46% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8DC is #085723. Grayscale: #C5C5C5. Windows color (decimal): -546596 or 14461175. OLE color: 14461175.

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

Color convert

RGB 247 168 220 -
CMYK 0 0.32 0.11 0.03
HSL 320.51º 0.83% 0.81% -
HSV(B) 320.51º 0.32% 0.97% -
XYZ 65.28 52.95 74.49 -
YUV 197.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 247 168 220 0 0.32 0.11 0.03 320.51 0.83 0.81
Hex F7 A8 DC 0 20 B 3 141 53 51
Octal 367 250 334 0 40 13 3 501 123 121
Binary 11110111 10101000 11011100 0 100000 1011 11 101000001 1010011 1010001

Color Harmonies of #F7A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A8DC

Black with #F7A8DC

Text Example


Text Example

White with #F7A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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