#F2B3CF

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

Shades of Lavender Pink #F2B3CF

Tints of Lavender Pink #F2B3CF

Color information

#F2B3CF (or 0xF2B3CF) is unknown color: approx Lavender Pink. HEX triplet: F2, B3 and CF. RGB value is (242,179,207). Sum of RGB (Red+Green+Blue) = 242+179+207=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 179 (70.31% from 255 or 28.50% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B3CF is #0D4C30. Grayscale: #C8C8C8. Windows color (decimal): -871473 or 13612018. OLE color: 13612018.

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

Color convert

RGB242179207-
CMYK00.260.140.05
HSL333.33º70.79%82.55%-
HSV(B)333.33º26.03%94.9%-
XYZ6455.6266.39-
YUV201.03131.37157.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.54%
GREEN value IS 179 (70.31% from 255) = 28.50%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=38.54%
G=28.50%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217920700.260.140.05333.3370.7982.55
HexF2B3CF01AE514d4753
Octal362263317032165515107123
Binary111100101011001111001111011010111010110100110110001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B3CF; }

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

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

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

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

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

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

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

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