#F8ACEB

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

Shades of Lavender Rose #F8ACEB

Tints of Lavender Rose #F8ACEB

Color information

#F8ACEB (or 0xF8ACEB) is unknown color: approx Lavender Rose. HEX triplet: F8, AC and EB. RGB value is (248,172,235). Sum of RGB (Red+Green+Blue) = 248+172+235=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 172 (67.58% from 255 or 26.26% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ACEB is #075314. Grayscale: #C9C9C9. Windows color (decimal): -480021 or 15445240. OLE color: 15445240.

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

Color convert

RGB248172235-
CMYK00.310.050.03
HSL310.26º84.44%82.35%-
HSV(B)310.26º30.65%97.25%-
XYZ68.4655.4685.69-
YUV201.91146.68160.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.86%
GREEN value IS 172 (67.58% from 255) = 26.26%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=37.86%
G=26.26%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817223500.310.050.03310.2684.4482.35
HexF8ACEB01F531365452
Octal37025435303753466124122
Binary1111100010101100111010110111111011110011011010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACEB; }

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

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

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

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

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

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

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

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