#F2B8DA

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

Shades of Lavender Pink #F2B8DA

Tints of Lavender Pink #F2B8DA

Color information

#F2B8DA (or 0xF2B8DA) is unknown color: approx Lavender Pink. HEX triplet: F2, B8 and DA. RGB value is (242,184,218). Sum of RGB (Red+Green+Blue) = 242+184+218=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B8DA is #0D4725. Grayscale: #CDCDCD. Windows color (decimal): -870182 or 14334194. OLE color: 14334194.

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

Color convert

RGB242184218-
CMYK00.240.100.05
HSL324.83º69.05%83.53%-
HSV(B)324.83º23.97%94.9%-
XYZ66.4158.2274.07-
YUV205.22135.22154.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.58%
GREEN value IS 184 (72.27% from 255) = 28.57%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=37.58%
G=28.57%
B=33.85%

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
Decimal24218421800.240.100.05324.8369.0583.53
HexF2B8DA018A51454554
Octal362270332030125505105124
Binary111100101011100011011010011000101010110100010110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B8DA; }

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

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

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

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

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

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

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

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