#FFADF5

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

Shades of Lavender Rose #FFADF5

Tints of Lavender Rose #FFADF5

Color information

#FFADF5 (or 0xFFADF5) is unknown color: approx Lavender Rose. HEX triplet: FF, AD and F5. RGB value is (255,173,245). Sum of RGB (Red+Green+Blue) = 255+173+245=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 173 (67.97% from 255 or 25.71% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF5 is #00520A. Grayscale: #CDCDCD. Windows color (decimal): -21003 or 16100863. OLE color: 16100863.

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

Color convert

RGB255173245-
CMYK00.320.040
HSL307.32º100%83.92%-
HSV(B)307.32º32.16%100%-
XYZ72.6757.7493.7-
YUV205.73150.17163.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 173 (67.97% from 255) = 25.71%
BLUE value IS 245 (96.09% from 255) = 36.40%
R=37.89%
G=25.71%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517324500.320.040307.3210083.92
HexFFADF5020401336454
Octal37725536504040463144124
Binary1111111110101101111101010100000100010011001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADF5; }

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

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

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

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

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

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

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

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