Html Css Color HEX #F7A5EA Lavender Rose

📋 copy color: '#F7A5EA'

red 247 ◦ green 165 ◦ blue 234

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

Shades of Lavender Rose #F7A5EA

Tints of Lavender Rose #F7A5EA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.54%

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

R = 38.24%
G = 25.54%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F7A5EA (or 0xF7A5EA) is known color: Lavender Rose. HEX triplet: F7, A5 and EA. RGB value is (247,165,234). Sum of RGB (Red+Green+Blue) = 247+165+234=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 165 (64.84% from 255 or 25.54% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A5EA is #085A15. Grayscale: #C5C5C5. Windows color (decimal): -547350 or 15377911. OLE color: 15377911.

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

Color convert

RGB 247 165 234 -
CMYK 0 0.33 0.05 0.03
HSL 309.51º 0.84% 0.81% -
HSV(B) 309.51º 0.33% 0.97% -
XYZ 66.66 52.62 84.49 -
YUV 197.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 247 165 234 0 0.33 0.05 0.03 309.51 0.84 0.81
Hex F7 A5 EA 0 21 5 3 136 54 51
Octal 367 245 352 0 41 5 3 466 124 121
Binary 11110111 10100101 11101010 0 100001 101 11 100110110 1010100 1010001

Color Harmonies of #F7A5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A5EA

Black with #F7A5EA

Text Example


Text Example

White with #F7A5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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