#F3B8DC

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

Shades of Lavender Pink #F3B8DC

Tints of Lavender Pink #F3B8DC

Color information

#F3B8DC (or 0xF3B8DC) is unknown color: approx Lavender Pink. HEX triplet: F3, B8 and DC. RGB value is (243,184,220). Sum of RGB (Red+Green+Blue) = 243+184+220=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 184 (72.27% from 255 or 28.44% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B8DC is #0C4723. Grayscale: #CDCDCD. Windows color (decimal): -804644 or 14465267. OLE color: 14465267.

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

Color convert

RGB243184220-
CMYK00.240.090.05
HSL323.39º71.08%83.73%-
HSV(B)323.39º24.28%95.29%-
XYZ67.0258.575.47-
YUV205.74136.05154.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.56%
GREEN value IS 184 (72.27% from 255) = 28.44%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=37.56%
G=28.44%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318422000.240.090.05323.3971.0883.73
HexF3B8DC018951434754
Octal363270334030115503107124
Binary111100111011100011011100011000100110110100001110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B8DC; }

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

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

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

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

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

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

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

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