#F8ADEC

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

Shades of Lavender Rose #F8ADEC

Tints of Lavender Rose #F8ADEC

Color information

#F8ADEC (or 0xF8ADEC) is unknown color: approx Lavender Rose. HEX triplet: F8, AD and EC. RGB value is (248,173,236). Sum of RGB (Red+Green+Blue) = 248+173+236=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 173 (67.97% from 255 or 26.33% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ADEC is #075213. Grayscale: #CACACA. Windows color (decimal): -479764 or 15511032. OLE color: 15511032.

HSL color Cylindrical-coordinate representation of color #F8ADEC: hue angle of 309.6º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8ADEC is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB248173236-
CMYK00.300.050.03
HSL309.6º84.27%82.55%-
HSV(B)309.6º30.24%97.25%-
XYZ68.855.986.52-
YUV202.61146.85160.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.75%
GREEN value IS 173 (67.97% from 255) = 26.33%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=37.75%
G=26.33%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817323600.300.050.03309.684.2782.55
HexF8ADEC01E531365453
Octal37025535403653466124123
Binary1111100010101101111011000111101011110011011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ADEC; }

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

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

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

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

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

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

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

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