#FFADF6

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

Shades of Lavender Rose #FFADF6

Tints of Lavender Rose #FFADF6

Color information

#FFADF6 (or 0xFFADF6) is unknown color: approx Lavender Rose. HEX triplet: FF, AD and F6. RGB value is (255,173,246). Sum of RGB (Red+Green+Blue) = 255+173+246=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 173 (67.97% from 255 or 25.67% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF6 is #005209. Grayscale: #CDCDCD. Windows color (decimal): -21002 or 16166399. OLE color: 16166399.

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

Color convert

RGB255173246-
CMYK00.320.040
HSL306.59º100%83.92%-
HSV(B)306.59º32.16%100%-
XYZ72.8257.894.51-
YUV205.84150.67163.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 173 (67.97% from 255) = 25.67%
BLUE value IS 246 (96.48% from 255) = 36.50%
R=37.83%
G=25.67%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517324600.320.040306.5910083.92
HexFFADF6020401336454
Octal37725536604040463144124
Binary1111111110101101111101100100000100010011001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADF6; }

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

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

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

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

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

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

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

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