Html Css Color HEX #F7A7DC Lavender Rose

📋 copy color: '#F7A7DC'

red 247 ◦ green 167 ◦ blue 220

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

Shades of Lavender Rose #F7A7DC

Tints of Lavender Rose #F7A7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.34%

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

R = 38.96%
G = 26.34%
B = 34.7%

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

#F7A7DC (or 0xF7A7DC) is known color: Lavender Rose. HEX triplet: F7, A7 and DC. RGB value is (247,167,220). Sum of RGB (Red+Green+Blue) = 247+167+220=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 167 (65.62% from 255 or 26.34% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A7DC is #085823. Grayscale: #C4C4C4. Windows color (decimal): -546852 or 14460919. OLE color: 14460919.

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

Color convert

RGB 247 167 220 -
CMYK 0 0.32 0.11 0.03
HSL 320.25º 0.83% 0.81% -
HSV(B) 320.25º 0.32% 0.97% -
XYZ 65.09 52.58 74.43 -
YUV 196.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 247 167 220 0 0.32 0.11 0.03 320.25 0.83 0.81
Hex F7 A7 DC 0 20 B 3 140 53 51
Octal 367 247 334 0 40 13 3 500 123 121
Binary 11110111 10100111 11011100 0 100000 1011 11 101000000 1010011 1010001

Color Harmonies of #F7A7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A7DC

Black with #F7A7DC

Text Example


Text Example

White with #F7A7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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