#F2B8DC

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

Shades of Lavender Pink #F2B8DC

Tints of Lavender Pink #F2B8DC

Color information

#F2B8DC (or 0xF2B8DC) is unknown color: approx Lavender Pink. HEX triplet: F2, B8 and DC. RGB value is (242,184,220). Sum of RGB (Red+Green+Blue) = 242+184+220=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 184 (72.27% from 255 or 28.48% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B8DC is #0D4723. Grayscale: #CDCDCD. Windows color (decimal): -870180 or 14465266. OLE color: 14465266.

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

Color convert

RGB242184220-
CMYK00.240.090.05
HSL322.76º69.05%83.53%-
HSV(B)322.76º23.97%94.9%-
XYZ66.6858.3375.45-
YUV205.45136.22154.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.46%
GREEN value IS 184 (72.27% from 255) = 28.48%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=37.46%
G=28.48%
B=34.06%

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
Decimal24218422000.240.090.05322.7669.0583.53
HexF2B8DC018951434554
Octal362270334030115503105124
Binary111100101011100011011100011000100110110100001110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B8DC; }

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

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

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

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

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

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

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

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