Html Css Color HEX #F6A8DB Lavender Rose

📋 copy color: '#F6A8DB'

red 246 ◦ green 168 ◦ blue 219

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

Shades of Lavender Rose #F6A8DB

Tints of Lavender Rose #F6A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.54%

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

R = 38.86%
G = 26.54%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6A8DB (or 0xF6A8DB) is known color: Lavender Rose. HEX triplet: F6, A8 and DB. RGB value is (246,168,219). Sum of RGB (Red+Green+Blue) = 246+168+219=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 168 (66.02% from 255 or 26.54% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A8DB is #095724. Grayscale: #C5C5C5. Windows color (decimal): -612133 or 14395638. OLE color: 14395638.

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

Color convert

RGB 246 168 219 -
CMYK 0 0.32 0.11 0.04
HSL 320.77º 0.81% 0.81% -
HSV(B) 320.77º 0.32% 0.96% -
XYZ 64.79 52.71 73.78 -
YUV 197.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 246 168 219 0 0.32 0.11 0.04 320.77 0.81 0.81
Hex F6 A8 DB 0 20 B 4 141 51 51
Octal 366 250 333 0 40 13 4 501 121 121
Binary 11110110 10101000 11011011 0 100000 1011 100 101000001 1010001 1010001

Color Harmonies of #F6A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A8DB

Black with #F6A8DB

Text Example


Text Example

White with #F6A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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