#F6A8DE

Color #F6A8DE Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F6A8DE

Tints of Lavender Rose #F6A8DE

Color information

#F6A8DE (or 0xF6A8DE) is unknown color: approx Lavender Rose. HEX triplet: F6, A8 and DE. RGB value is (246,168,222). Sum of RGB (Red+Green+Blue) = 246+168+222=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A8DE is #095721. Grayscale: #C5C5C5. Windows color (decimal): -612130 or 14592246. OLE color: 14592246.

HSL color Cylindrical-coordinate representation of color #F6A8DE: hue angle of 318.46º 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 #F6A8DE is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB246168222-
CMYK00.320.100.04
HSL318.46º81.25%81.18%-
HSV(B)318.46º31.71%96.47%-
XYZ65.1952.8775.88-
YUV197.48141.84162.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.68%
GREEN value IS 168 (66.02% from 255) = 26.42%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=38.68%
G=26.42%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616822200.320.100.04318.4681.2581.18
HexF6A8DE020A413e5151
Octal366250336040124476121121
Binary1111011010101000110111100100000101010010011111010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A8DE; }

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

 H1.HeaderClassName
 {
   color: #F6A8DE;
 }
 .AnyTagClassName
 {
   color: #F6A8DE;
 }
</style>
background-color css

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

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

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

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

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

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