#FFADF7

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

Shades of Lavender Rose #FFADF7

Tints of Lavender Rose #FFADF7

Color information

#FFADF7 (or 0xFFADF7) is unknown color: approx Lavender Rose. HEX triplet: FF, AD and F7. RGB value is (255,173,247). Sum of RGB (Red+Green+Blue) = 255+173+247=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 173 (67.97% from 255 or 25.63% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF7 is #005208. Grayscale: #CDCDCD. Windows color (decimal): -21001 or 16231935. OLE color: 16231935.

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

Color convert

RGB255173247-
CMYK00.320.030
HSL305.85º100%83.92%-
HSV(B)305.85º32.16%100%-
XYZ72.9757.8695.32-
YUV205.95151.17162.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 173 (67.97% from 255) = 25.63%
BLUE value IS 247 (96.88% from 255) = 36.59%
R=37.78%
G=25.63%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517324700.320.030305.8510083.92
HexFFADF7020301326454
Octal37725536704030462144124
Binary111111111010110111110111010000011010011001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADF7; }

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

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

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

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

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

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

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

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