#F3B6C0

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

Shades of Light Pink #F3B6C0

Tints of Light Pink #F3B6C0

Color information

#F3B6C0 (or 0xF3B6C0) is unknown color: approx Light Pink. HEX triplet: F3, B6 and C0. RGB value is (243,182,192). Sum of RGB (Red+Green+Blue) = 243+182+192=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B6C0 is #0C493F. Grayscale: #C9C9C9. Windows color (decimal): -805184 or 12629747. OLE color: 12629747.

HSL color Cylindrical-coordinate representation of color #F3B6C0: hue angle of 350.16º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3B6C0 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243182192-
CMYK00.250.210.05
HSL350.16º71.76%83.33%-
HSV(B)350.16º25.1%95.29%-
XYZ63.256.3257.41-
YUV201.38122.71157.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.38%
GREEN value IS 182 (71.48% from 255) = 29.50%
BLUE value IS 192 (75.39% from 255) = 31.12%
R=39.38%
G=29.50%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318219200.250.210.05350.1671.7683.33
HexF3B6C001915515e4853
Octal363266300031255536110123
Binary1111001110110110110000000110011010110110101111010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B6C0; }

 p { color: rgb(243,182,192); }

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

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

 a { background-color: rgb(243,182,192); }

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

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

 span { border-color: rgb(243,182,192); }

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