#F3C2B6

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

Shades of Your Pink #F3C2B6

Tints of Your Pink #F3C2B6

Color information

#F3C2B6 (or 0xF3C2B6) is unknown color: approx Your Pink. HEX triplet: F3, C2 and B6. RGB value is (243,194,182). Sum of RGB (Red+Green+Blue) = 243+194+182=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2B6 is #0C3D49. Grayscale: #CFCFCF. Windows color (decimal): -802122 or 11977459. OLE color: 11977459.

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

Color convert

RGB243194182-
CMYK00.200.250.05
HSL11.8º71.76%83.33%-
HSV(B)11.8º25.1%95.29%-
XYZ64.761.0252.62-
YUV207.28113.73153.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.26%
GREEN value IS 194 (76.17% from 255) = 31.34%
BLUE value IS 182 (71.48% from 255) = 29.40%
R=39.26%
G=31.34%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319418200.200.250.0511.871.7683.33
HexF3C2B6014195c4853
Octal36330226602431514110123
Binary11110011110000101011011001010011001101110010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C2B6; }

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

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

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

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

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

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

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

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