Html Css Color HEX #F7A0EA Lavender Rose

📋 copy color: '#F7A0EA'

red 247 ◦ green 160 ◦ blue 234

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

Shades of Lavender Rose #F7A0EA

Tints of Lavender Rose #F7A0EA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.96%

 BLUE value IS 234 (91.8% from 255) = 36.51%

R = 38.53%
G = 24.96%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F7A0EA (or 0xF7A0EA) is known color: Lavender Rose. HEX triplet: F7, A0 and EA. RGB value is (247,160,234). Sum of RGB (Red+Green+Blue) = 247+160+234=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 160 (62.89% from 255 or 24.96% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A0EA is #085F15. Grayscale: #C2C2C2. Windows color (decimal): -548630 or 15376631. OLE color: 15376631.

HSL color Cylindrical-coordinate representation of color #F7A0EA: hue angle of 308.97º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7A0EA is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 160 234 -
CMYK 0 0.35 0.05 0.03
HSL 308.97º 0.84% 0.8% -
HSV(B) 308.97º 0.35% 0.97% -
XYZ 65.78 50.86 84.19 -
YUV 194.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 247 160 234 0 0.35 0.05 0.03 308.97 0.84 0.8
Hex F7 A0 EA 0 23 5 3 135 54 50
Octal 367 240 352 0 43 5 3 465 124 120
Binary 11110111 10100000 11101010 0 100011 101 11 100110101 1010100 1010000

Color Harmonies of #F7A0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A0EA

Black with #F7A0EA

Text Example


Text Example

White with #F7A0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A0EA; }

 p { color: rgb(247,160,234); }

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

background-color css

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

 a { background-color: rgb(247,160,234); }

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

border-color css

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

 span { border-color: rgb(247,160,234); }

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