#F6ADDF

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

Shades of Lavender Rose #F6ADDF

Tints of Lavender Rose #F6ADDF

Color information

#F6ADDF (or 0xF6ADDF) is unknown color: approx Lavender Rose. HEX triplet: F6, AD and DF. RGB value is (246,173,223). Sum of RGB (Red+Green+Blue) = 246+173+223=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADDF is #095220. Grayscale: #C8C8C8. Windows color (decimal): -610849 or 14659062. OLE color: 14659062.

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

Color convert

RGB246173223-
CMYK00.300.090.04
HSL318.9º80.22%82.16%-
HSV(B)318.9º29.67%96.47%-
XYZ66.2754.8176.9-
YUV200.53140.68160.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.32%
GREEN value IS 173 (67.97% from 255) = 26.95%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=38.32%
G=26.95%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617322300.300.090.04318.980.2282.16
HexF6ADDF01E9413f5052
Octal366255337036114477120122
Binary111101101010110111011111011110100110010011111110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADDF; }

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

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

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

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

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

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

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

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