#F3B8DA

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

Shades of Lavender Pink #F3B8DA

Tints of Lavender Pink #F3B8DA

Color information

#F3B8DA (or 0xF3B8DA) is unknown color: approx Lavender Pink. HEX triplet: F3, B8 and DA. RGB value is (243,184,218). Sum of RGB (Red+Green+Blue) = 243+184+218=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 184 (72.27% from 255 or 28.53% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B8DA is #0C4725. Grayscale: #CDCDCD. Windows color (decimal): -804646 or 14334195. OLE color: 14334195.

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

Color convert

RGB243184218-
CMYK00.240.100.05
HSL325.42º71.08%83.73%-
HSV(B)325.42º24.28%95.29%-
XYZ66.7658.474.08-
YUV205.52135.05154.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.67%
GREEN value IS 184 (72.27% from 255) = 28.53%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=37.67%
G=28.53%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318421800.240.100.05325.4271.0883.73
HexF3B8DA018A51454754
Octal363270332030125505107124
Binary111100111011100011011010011000101010110100010110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B8DA; }

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

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

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

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

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

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

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

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