#FFADF3

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

Shades of Lavender Rose #FFADF3

Tints of Lavender Rose #FFADF3

Color information

#FFADF3 (or 0xFFADF3) is unknown color: approx Lavender Rose. HEX triplet: FF, AD and F3. RGB value is (255,173,243). Sum of RGB (Red+Green+Blue) = 255+173+243=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 173 (67.97% from 255 or 25.78% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFADF3 is #00520C. Grayscale: #CDCDCD. Windows color (decimal): -21005 or 15969791. OLE color: 15969791.

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

Color convert

RGB255173243-
CMYK00.320.050
HSL308.78º100%83.92%-
HSV(B)308.78º32.16%100%-
XYZ72.3657.6292.1-
YUV205.5149.17163.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 173 (67.97% from 255) = 25.78%
BLUE value IS 243 (95.31% from 255) = 36.21%
R=38.00%
G=25.78%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517324300.320.050308.7810083.92
HexFFADF3020501356454
Octal37725536304050465144124
Binary1111111110101101111100110100000101010011010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADF3; }

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

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

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

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

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

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

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

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