#F2B3D4

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

Shades of Lavender Pink #F2B3D4

Tints of Lavender Pink #F2B3D4

Color information

#F2B3D4 (or 0xF2B3D4) is unknown color: approx Lavender Pink. HEX triplet: F2, B3 and D4. RGB value is (242,179,212). Sum of RGB (Red+Green+Blue) = 242+179+212=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B3D4 is #0D4C2B. Grayscale: #C9C9C9. Windows color (decimal): -871468 or 13939698. OLE color: 13939698.

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

Color convert

RGB242179212-
CMYK00.260.120.05
HSL328.57º70.79%82.55%-
HSV(B)328.57º26.03%94.9%-
XYZ64.6255.8769.67-
YUV201.6133.87156.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 179 (70.31% from 255) = 28.28%
BLUE value IS 212 (83.20% from 255) = 33.49%
R=38.23%
G=28.28%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217921200.260.120.05328.5770.7982.55
HexF2B3D401AC51494753
Octal362263324032145511107123
Binary111100101011001111010100011010110010110100100110001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B3D4; }

 p { color: rgb(242,179,212); }

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

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

 a { background-color: rgb(242,179,212); }

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

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

 span { border-color: rgb(242,179,212); }

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