Html Css Color HEX #F7ADF1 Lavender Rose

📋 copy color: '#F7ADF1'

red 247 ◦ green 173 ◦ blue 241

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

Shades of Lavender Rose #F7ADF1

Tints of Lavender Rose #F7ADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.17%

 BLUE value IS 241 (94.53% from 255) = 36.46%

R = 37.37%
G = 26.17%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F7ADF1 (or 0xF7ADF1) is known color: Lavender Rose. HEX triplet: F7, AD and F1. RGB value is (247,173,241). Sum of RGB (Red+Green+Blue) = 247+173+241=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 173 (67.97% from 255 or 26.17% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ADF1 is #08520E. Grayscale: #CACACA. Windows color (decimal): -545295 or 15838711. OLE color: 15838711.

HSL color Cylindrical-coordinate representation of color #F7ADF1: hue angle of 304.86º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADF1 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 173 241 -
CMYK 0 0.30 0.02 0.03
HSL 304.86º 0.82% 0.82% -
HSV(B) 304.86º 0.3% 0.97% -
XYZ 69.18 56.01 90.38 -
YUV 202.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 247 173 241 0 0.30 0.02 0.03 304.86 0.82 0.82
Hex F7 AD F1 0 1E 2 3 131 52 52
Octal 367 255 361 0 36 2 3 461 122 122
Binary 11110111 10101101 11110001 0 11110 10 11 100110001 1010010 1010010

Color Harmonies of #F7ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ADF1

Black with #F7ADF1

Text Example


Text Example

White with #F7ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ADF1; }

 p { color: rgb(247,173,241); }

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

background-color css

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

 a { background-color: rgb(247,173,241); }

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

border-color css

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

 span { border-color: rgb(247,173,241); }

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