#F3ACEC

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

Shades of Lavender Rose #F3ACEC

Tints of Lavender Rose #F3ACEC

Color information

#F3ACEC (or 0xF3ACEC) is unknown color: approx Lavender Rose. HEX triplet: F3, AC and EC. RGB value is (243,172,236). Sum of RGB (Red+Green+Blue) = 243+172+236=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ACEC is #0C5313. Grayscale: #C8C8C8. Windows color (decimal): -807700 or 15510771. OLE color: 15510771.

HSL color Cylindrical-coordinate representation of color #F3ACEC: hue angle of 305.92º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3ACEC is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB243172236-
CMYK00.290.030.05
HSL305.92º74.74%81.37%-
HSV(B)305.92º29.22%95.29%-
XYZ66.8554.6286.38-
YUV200.52148.02158.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.33%
GREEN value IS 172 (67.58% from 255) = 26.42%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=37.33%
G=26.42%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317223600.290.030.05305.9274.7481.37
HexF3ACEC01D351324b51
Octal36325435403535462113121
Binary1111001110101100111011000111011110110011001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ACEC; }

 p { color: rgb(243,172,236); }

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

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

 a { background-color: rgb(243,172,236); }

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

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

 span { border-color: rgb(243,172,236); }

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