#FFADF4

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

Shades of Lavender Rose #FFADF4

Tints of Lavender Rose #FFADF4

Color information

#FFADF4 (or 0xFFADF4) is unknown color: approx Lavender Rose. HEX triplet: FF, AD and F4. RGB value is (255,173,244). Sum of RGB (Red+Green+Blue) = 255+173+244=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 173 (67.97% from 255 or 25.74% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF4 is #00520B. Grayscale: #CDCDCD. Windows color (decimal): -21004 or 16035327. OLE color: 16035327.

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

Color convert

RGB255173244-
CMYK00.320.040
HSL308.05º100%83.92%-
HSV(B)308.05º32.16%100%-
XYZ72.5157.6892.9-
YUV205.61149.67163.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 173 (67.97% from 255) = 25.74%
BLUE value IS 244 (95.70% from 255) = 36.31%
R=37.95%
G=25.74%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517324400.320.040308.0510083.92
HexFFADF4020401346454
Octal37725536404040464144124
Binary1111111110101101111101000100000100010011010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADF4; }

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

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

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

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

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

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

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

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