#F3B5DC

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

Shades of Lavender Pink #F3B5DC

Tints of Lavender Pink #F3B5DC

Color information

#F3B5DC (or 0xF3B5DC) is unknown color: approx Lavender Pink. HEX triplet: F3, B5 and DC. RGB value is (243,181,220). Sum of RGB (Red+Green+Blue) = 243+181+220=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B5DC is #0C4A23. Grayscale: #CBCBCB. Windows color (decimal): -805412 or 14464499. OLE color: 14464499.

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

Color convert

RGB243181220-
CMYK00.260.090.05
HSL322.26º72.09%83.14%-
HSV(B)322.26º25.51%95.29%-
XYZ66.457.2775.26-
YUV203.98137.04155.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.73%
GREEN value IS 181 (71.09% from 255) = 28.11%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=37.73%
G=28.11%
B=34.16%

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
Decimal24318122000.260.090.05322.2672.0983.14
HexF3B5DC01A951424853
Octal363265334032115502110123
Binary111100111011010111011100011010100110110100001010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B5DC; }

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

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

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

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

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

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

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

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