#F3ADF2

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

Shades of Lavender Rose #F3ADF2

Tints of Lavender Rose #F3ADF2

Color information

#F3ADF2 (or 0xF3ADF2) is unknown color: approx Lavender Rose. HEX triplet: F3, AD and F2. RGB value is (243,173,242). Sum of RGB (Red+Green+Blue) = 243+173+242=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3ADF2 is #0C520D. Grayscale: #C9C9C9. Windows color (decimal): -807438 or 15904243. OLE color: 15904243.

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

Color convert

RGB243173242-
CMYK00.290.000.05
HSL300.86º74.47%81.57%-
HSV(B)300.86º28.81%95.29%-
XYZ67.9355.3591.11-
YUV201.8150.69157.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.93%
GREEN value IS 173 (67.97% from 255) = 26.29%
BLUE value IS 242 (94.92% from 255) = 36.78%
R=36.93%
G=26.29%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317324200.290.000.05300.8674.4781.57
HexF3ADF201D0512d4a52
Octal36325536203505455112122
Binary111100111010110111110010011101010110010110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ADF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ADF2; }

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

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

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

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

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

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

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

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