#F3ADE2

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

Shades of Lavender Rose #F3ADE2

Tints of Lavender Rose #F3ADE2

Color information

#F3ADE2 (or 0xF3ADE2) is unknown color: approx Lavender Rose. HEX triplet: F3, AD and E2. RGB value is (243,173,226). Sum of RGB (Red+Green+Blue) = 243+173+226=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADE2 is #0C521D. Grayscale: #C7C7C7. Windows color (decimal): -807454 or 14855667. OLE color: 14855667.

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

Color convert

RGB243173226-
CMYK00.290.070.05
HSL314.57º74.47%81.57%-
HSV(B)314.57º28.81%95.29%-
XYZ65.6354.4379-
YUV199.97142.69158.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.85%
GREEN value IS 173 (67.97% from 255) = 26.95%
BLUE value IS 226 (88.67% from 255) = 35.20%
R=37.85%
G=26.95%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317322600.290.070.05314.5774.4781.57
HexF3ADE201D7513b4a52
Octal36325534203575473112122
Binary11110011101011011110001001110111110110011101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ADE2; }

 p { color: rgb(243,173,226); }

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

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

 a { background-color: rgb(243,173,226); }

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

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

 span { border-color: rgb(243,173,226); }

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