#F3B5DD

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

Shades of Lavender Pink #F3B5DD

Tints of Lavender Pink #F3B5DD

Color information

#F3B5DD (or 0xF3B5DD) is unknown color: approx Lavender Pink. HEX triplet: F3, B5 and DD. RGB value is (243,181,221). Sum of RGB (Red+Green+Blue) = 243+181+221=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B5DD is #0C4A22. Grayscale: #CCCCCC. Windows color (decimal): -805411 or 14530035. OLE color: 14530035.

HSL color Cylindrical-coordinate representation of color #F3B5DD: hue angle of 321.29º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3B5DD is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243181221-
CMYK00.260.090.05
HSL321.29º72.09%83.14%-
HSV(B)321.29º25.51%95.29%-
XYZ66.5457.3275.96-
YUV204.1137.54155.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.67%
GREEN value IS 181 (71.09% from 255) = 28.06%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=37.67%
G=28.06%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318122100.260.090.05321.2972.0983.14
HexF3B5DD01A951414853
Octal363265335032115501110123
Binary111100111011010111011101011010100110110100000110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B5DD; }

 p { color: rgb(243,181,221); }

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

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

 a { background-color: rgb(243,181,221); }

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

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

 span { border-color: rgb(243,181,221); }

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