#F3AFEE

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

Shades of Lavender Rose #F3AFEE

Tints of Lavender Rose #F3AFEE

Color information

#F3AFEE (or 0xF3AFEE) is unknown color: approx Lavender Rose. HEX triplet: F3, AF and EE. RGB value is (243,175,238). Sum of RGB (Red+Green+Blue) = 243+175+238=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3AFEE is #0C5011. Grayscale: #CACACA. Windows color (decimal): -806930 or 15642611. OLE color: 15642611.

HSL color Cylindrical-coordinate representation of color #F3AFEE: hue angle of 304.41º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3AFEE is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB243175238-
CMYK00.280.020.05
HSL304.41º73.91%81.96%-
HSV(B)304.41º27.98%95.29%-
XYZ67.7255.8988.11-
YUV202.51148.03156.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.04%
GREEN value IS 175 (68.75% from 255) = 26.68%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=37.04%
G=26.68%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317523800.280.020.05304.4173.9181.96
HexF3AFEE01C251304a52
Octal36325735603425460112122
Binary1111001110101111111011100111001010110011000010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AFEE; }

 p { color: rgb(243,175,238); }

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

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

 a { background-color: rgb(243,175,238); }

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

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

 span { border-color: rgb(243,175,238); }

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