Html Css Color HEX #F7A1ED Lavender Rose

📋 copy color: '#F7A1ED'

red 247 ◦ green 161 ◦ blue 237

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

Shades of Lavender Rose #F7A1ED

Tints of Lavender Rose #F7A1ED

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.96%

 BLUE value IS 237 (92.97% from 255) = 36.74%

R = 38.29%
G = 24.96%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F7A1ED (or 0xF7A1ED) is known color: Lavender Rose. HEX triplet: F7, A1 and ED. RGB value is (247,161,237). Sum of RGB (Red+Green+Blue) = 247+161+237=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 161 (63.28% from 255 or 24.96% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A1ED is #085E12. Grayscale: #C3C3C3. Windows color (decimal): -548371 or 15573495. OLE color: 15573495.

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

Color convert

RGB 247 161 237 -
CMYK 0 0.35 0.04 0.03
HSL 306.98º 0.84% 0.8% -
HSV(B) 306.98º 0.35% 0.97% -
XYZ 66.39 51.38 86.54 -
YUV 195.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 247 161 237 0 0.35 0.04 0.03 306.98 0.84 0.8
Hex F7 A1 ED 0 23 4 3 133 54 50
Octal 367 241 355 0 43 4 3 463 124 120
Binary 11110111 10100001 11101101 0 100011 100 11 100110011 1010100 1010000

Color Harmonies of #F7A1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A1ED

Black with #F7A1ED

Text Example


Text Example

White with #F7A1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A1ED; }

 p { color: rgb(247,161,237); }

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

background-color css

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

 a { background-color: rgb(247,161,237); }

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

border-color css

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

 span { border-color: rgb(247,161,237); }

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