#F3B4DD

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

Shades of Lavender Pink #F3B4DD

Tints of Lavender Pink #F3B4DD

Color information

#F3B4DD (or 0xF3B4DD) is unknown color: approx Lavender Pink. HEX triplet: F3, B4 and DD. RGB value is (243,180,221). Sum of RGB (Red+Green+Blue) = 243+180+221=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 180 (70.70% from 255 or 27.95% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B4DD is #0C4B22. Grayscale: #CBCBCB. Windows color (decimal): -805667 or 14529779. OLE color: 14529779.

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

Color convert

RGB243180221-
CMYK00.260.090.05
HSL320.95º72.41%82.94%-
HSV(B)320.95º25.93%95.29%-
XYZ66.3356.9275.9-
YUV203.51137.87156.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.73%
GREEN value IS 180 (70.70% from 255) = 27.95%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=37.73%
G=27.95%
B=34.32%

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
Decimal24318022100.260.090.05320.9572.4182.94
HexF3B4DD01A951414853
Octal363264335032115501110123
Binary111100111011010011011101011010100110110100000110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B4DD; }

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

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

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

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

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

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

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

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