Html Css Color HEX #F7ACF6 Lavender Rose

📋 copy color: '#F7ACF6'

red 247 ◦ green 172 ◦ blue 246

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

Shades of Lavender Rose #F7ACF6

Tints of Lavender Rose #F7ACF6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 25.86%

 BLUE value IS 246 (96.48% from 255) = 36.99%

R = 37.14%
G = 25.86%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F7ACF6 (or 0xF7ACF6) is known color: Lavender Rose. HEX triplet: F7, AC and F6. RGB value is (247,172,246). Sum of RGB (Red+Green+Blue) = 247+172+246=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ACF6 is #085309. Grayscale: #CACACA. Windows color (decimal): -545546 or 16166135. OLE color: 16166135.

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

Color convert

RGB 247 172 246 -
CMYK 0 0.30 0.00 0.03
HSL 300.8º 0.82% 0.82% -
HSV(B) 300.8º 0.3% 0.97% -
XYZ 69.74 55.93 94.31 -
YUV 202.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 247 172 246 0 0.30 0.00 0.03 300.8 0.82 0.82
Hex F7 AC F6 0 1E 0 3 12D 52 52
Octal 367 254 366 0 36 0 3 455 122 122
Binary 11110111 10101100 11110110 0 11110 0 11 100101101 1010010 1010010

Color Harmonies of #F7ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ACF6

Black with #F7ACF6

Text Example


Text Example

White with #F7ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ACF6; }

 p { color: rgb(247,172,246); }

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

background-color css

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

 a { background-color: rgb(247,172,246); }

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

border-color css

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

 span { border-color: rgb(247,172,246); }

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