#FFADF1

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

Shades of Lavender Rose #FFADF1

Tints of Lavender Rose #FFADF1

Color information

#FFADF1 (or 0xFFADF1) is unknown color: approx Lavender Rose. HEX triplet: FF, AD and F1. RGB value is (255,173,241). Sum of RGB (Red+Green+Blue) = 255+173+241=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 173 (67.97% from 255 or 25.86% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF1 is #00520E. Grayscale: #CDCDCD. Windows color (decimal): -21007 or 15838719. OLE color: 15838719.

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

Color convert

RGB255173241-
CMYK00.320.050
HSL310.24º100%83.92%-
HSV(B)310.24º32.16%100%-
XYZ72.0657.590.52-
YUV205.27148.17163.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 173 (67.97% from 255) = 25.86%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=38.12%
G=25.86%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517324100.320.050310.2410083.92
HexFFADF1020501366454
Octal37725536104050466144124
Binary1111111110101101111100010100000101010011011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADF1; }

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

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

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

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

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

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

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

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