Html Css Color HEX #F6ADF2 Lavender Rose

📋 copy color: '#F6ADF2'

red 246 ◦ green 173 ◦ blue 242

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

Shades of Lavender Rose #F6ADF2

Tints of Lavender Rose #F6ADF2

RGB

 RED value IS 246 (96.48% from 255) = 37.22%

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

 BLUE value IS 242 (94.92% from 255) = 36.61%

R = 37.22%
G = 26.17%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6ADF2 (or 0xF6ADF2) is known color: Lavender Rose. HEX triplet: F6, AD and F2. RGB value is (246,173,242). Sum of RGB (Red+Green+Blue) = 246+173+242=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 173 (67.97% from 255 or 26.17% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ADF2 is #09520D. Grayscale: #CACACA. Windows color (decimal): -610830 or 15904246. OLE color: 15904246.

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

Color convert

RGB 246 173 242 -
CMYK 0 0.30 0.02 0.04
HSL 303.29º 0.8% 0.82% -
HSV(B) 303.29º 0.3% 0.96% -
XYZ 68.98 55.89 91.16 -
YUV 202.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 246 173 242 0 0.30 0.02 0.04 303.29 0.8 0.82
Hex F6 AD F2 0 1E 2 4 12F 50 52
Octal 366 255 362 0 36 2 4 457 120 122
Binary 11110110 10101101 11110010 0 11110 10 100 100101111 1010000 1010010

Color Harmonies of #F6ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ADF2

Black with #F6ADF2

Text Example


Text Example

White with #F6ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ADF2; }

 p { color: rgb(246,173,242); }

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

background-color css

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

 a { background-color: rgb(246,173,242); }

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

border-color css

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

 span { border-color: rgb(246,173,242); }

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