#FFADF8

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

Shades of Lavender Rose #FFADF8

Tints of Lavender Rose #FFADF8

Color information

#FFADF8 (or 0xFFADF8) is unknown color: approx Lavender Rose. HEX triplet: FF, AD and F8. RGB value is (255,173,248). Sum of RGB (Red+Green+Blue) = 255+173+248=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 173 (67.97% from 255 or 25.59% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF8 is #005207. Grayscale: #CDCDCD. Windows color (decimal): -21000 or 16297471. OLE color: 16297471.

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

Color convert

RGB255173248-
CMYK00.320.030
HSL305.12º100%83.92%-
HSV(B)305.12º32.16%100%-
XYZ73.1357.9296.13-
YUV206.07151.67162.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 173 (67.97% from 255) = 25.59%
BLUE value IS 248 (97.27% from 255) = 36.69%
R=37.72%
G=25.59%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517324800.320.030305.1210083.92
HexFFADF8020301316454
Octal37725537004030461144124
Binary111111111010110111111000010000011010011000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADF8; }

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

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

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

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

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

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

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

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