Html Css Color HEX #F7A7DD Lavender Rose

📋 copy color: '#F7A7DD'

red 247 ◦ green 167 ◦ blue 221

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

Shades of Lavender Rose #F7A7DD

Tints of Lavender Rose #F7A7DD

RGB

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

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

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

R = 38.9%
G = 26.3%
B = 34.8%

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

#F7A7DD (or 0xF7A7DD) is known color: Lavender Rose. HEX triplet: F7, A7 and DD. RGB value is (247,167,221). Sum of RGB (Red+Green+Blue) = 247+167+221=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 167 (65.62% from 255 or 26.30% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A7DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A7DD is #085822. Grayscale: #C4C4C4. Windows color (decimal): -546851 or 14526455. OLE color: 14526455.

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

Color convert

RGB 247 167 221 -
CMYK 0 0.32 0.11 0.03
HSL 319.5º 0.83% 0.81% -
HSV(B) 319.5º 0.32% 0.97% -
XYZ 65.23 52.63 75.13 -
YUV 197.08 141.5 163.61 -
System Red Green Blue C M Y K H S L
Decimal 247 167 221 0 0.32 0.11 0.03 319.5 0.83 0.81
Hex F7 A7 DD 0 20 B 3 140 53 51
Octal 367 247 335 0 40 13 3 500 123 121
Binary 11110111 10100111 11011101 0 100000 1011 11 101000000 1010011 1010001

Color Harmonies of #F7A7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A7DD

Black with #F7A7DD

Text Example


Text Example

White with #F7A7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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