#F8ACED

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

Shades of Lavender Rose #F8ACED

Tints of Lavender Rose #F8ACED

Color information

#F8ACED (or 0xF8ACED) is unknown color: approx Lavender Rose. HEX triplet: F8, AC and ED. RGB value is (248,172,237). Sum of RGB (Red+Green+Blue) = 248+172+237=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ACED is #075312. Grayscale: #C9C9C9. Windows color (decimal): -480019 or 15576312. OLE color: 15576312.

HSL color Cylindrical-coordinate representation of color #F8ACED: hue angle of 308.68º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ACED is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248172237-
CMYK00.310.040.03
HSL308.68º84.44%82.35%-
HSV(B)308.68º30.65%97.25%-
XYZ68.7555.5887.22-
YUV202.13147.68160.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.75%
GREEN value IS 172 (67.58% from 255) = 26.18%
BLUE value IS 237 (92.97% from 255) = 36.07%
R=37.75%
G=26.18%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817223700.310.040.03308.6884.4482.35
HexF8ACED01F431355452
Octal37025435503743465124122
Binary1111100010101100111011010111111001110011010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACED; }

 p { color: rgb(248,172,237); }

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

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

 a { background-color: rgb(248,172,237); }

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

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

 span { border-color: rgb(248,172,237); }

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