#FFADF2

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

Shades of Lavender Rose #FFADF2

Tints of Lavender Rose #FFADF2

Color information

#FFADF2 (or 0xFFADF2) is unknown color: approx Lavender Rose. HEX triplet: FF, AD and F2. RGB value is (255,173,242). Sum of RGB (Red+Green+Blue) = 255+173+242=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 173 (67.97% from 255 or 25.82% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF2 is #00520D. Grayscale: #CDCDCD. Windows color (decimal): -21006 or 15904255. OLE color: 15904255.

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

Color convert

RGB255173242-
CMYK00.320.050
HSL309.51º100%83.92%-
HSV(B)309.51º32.16%100%-
XYZ72.2157.5691.31-
YUV205.38148.67163.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 173 (67.97% from 255) = 25.82%
BLUE value IS 242 (94.92% from 255) = 36.12%
R=38.06%
G=25.82%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517324200.320.050309.5110083.92
HexFFADF2020501366454
Octal37725536204050466144124
Binary1111111110101101111100100100000101010011011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADF2; }

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

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

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

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

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

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

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

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