#F3B0CE

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

Shades of Lavender Pink #F3B0CE

Tints of Lavender Pink #F3B0CE

Color information

#F3B0CE (or 0xF3B0CE) is unknown color: approx Lavender Pink. HEX triplet: F3, B0 and CE. RGB value is (243,176,206). Sum of RGB (Red+Green+Blue) = 243+176+206=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0CE is #0C4F31. Grayscale: #C7C7C7. Windows color (decimal): -806706 or 13545715. OLE color: 13545715.

HSL color Cylindrical-coordinate representation of color #F3B0CE: hue angle of 333.13º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3B0CE is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB243176206-
CMYK00.280.150.05
HSL333.13º73.63%82.16%-
HSV(B)333.13º27.57%95.29%-
XYZ63.6354.5665.57-
YUV199.45131.7159.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.88%
GREEN value IS 176 (69.14% from 255) = 28.16%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=38.88%
G=28.16%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317620600.280.150.05333.1373.6382.16
HexF3B0CE01CF514d4a52
Octal363260316034175515112122
Binary111100111011000011001110011100111110110100110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B0CE; }

 p { color: rgb(243,176,206); }

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

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

 a { background-color: rgb(243,176,206); }

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

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

 span { border-color: rgb(243,176,206); }

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