#F3ACED

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

Shades of Lavender Rose #F3ACED

Tints of Lavender Rose #F3ACED

Color information

#F3ACED (or 0xF3ACED) is unknown color: approx Lavender Rose. HEX triplet: F3, AC and ED. RGB value is (243,172,237). Sum of RGB (Red+Green+Blue) = 243+172+237=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ACED is #0C5312. Grayscale: #C8C8C8. Windows color (decimal): -807699 or 15576307. OLE color: 15576307.

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

Color convert

RGB243172237-
CMYK00.290.020.05
HSL305.07º74.74%81.37%-
HSV(B)305.07º29.22%95.29%-
XYZ6754.6787.14-
YUV200.64148.52158.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.27%
GREEN value IS 172 (67.58% from 255) = 26.38%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=37.27%
G=26.38%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317223700.290.020.05305.0774.7481.37
HexF3ACED01D251314b51
Octal36325435503525461113121
Binary1111001110101100111011010111011010110011000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ACED; }

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

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

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

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

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

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

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

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