Html Css Color HEX #F6A6DB Lavender Rose

📋 copy color: '#F6A6DB'

red 246 ◦ green 166 ◦ blue 219

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

Shades of Lavender Rose #F6A6DB

Tints of Lavender Rose #F6A6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.31%

 BLUE value IS 219 (85.94% from 255) = 34.71%

R = 38.99%
G = 26.31%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6A6DB (or 0xF6A6DB) is known color: Lavender Rose. HEX triplet: F6, A6 and DB. RGB value is (246,166,219). Sum of RGB (Red+Green+Blue) = 246+166+219=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 166 (65.23% from 255 or 26.31% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A6DB is #095924. Grayscale: #C3C3C3. Windows color (decimal): -612645 or 14395126. OLE color: 14395126.

HSL color Cylindrical-coordinate representation of color #F6A6DB: hue angle of 320.25º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A6DB is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 166 219 -
CMYK 0 0.33 0.11 0.04
HSL 320.25º 0.82% 0.81% -
HSV(B) 320.25º 0.33% 0.96% -
XYZ 64.43 51.98 73.66 -
YUV 195.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 246 166 219 0 0.33 0.11 0.04 320.25 0.82 0.81
Hex F6 A6 DB 0 21 B 4 140 52 51
Octal 366 246 333 0 41 13 4 500 122 121
Binary 11110110 10100110 11011011 0 100001 1011 100 101000000 1010010 1010001

Color Harmonies of #F6A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A6DB

Black with #F6A6DB

Text Example


Text Example

White with #F6A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A6DB; }

 p { color: rgb(246,166,219); }

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

background-color css

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

 a { background-color: rgb(246,166,219); }

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

border-color css

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

 span { border-color: rgb(246,166,219); }

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