#F3C2BE

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

Shades of Your Pink #F3C2BE

Tints of Your Pink #F3C2BE

Color information

#F3C2BE (or 0xF3C2BE) is unknown color: approx Your Pink. HEX triplet: F3, C2 and BE. RGB value is (243,194,190). Sum of RGB (Red+Green+Blue) = 243+194+190=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C2BE is #0C3D41. Grayscale: #D0D0D0. Windows color (decimal): -802114 or 12501747. OLE color: 12501747.

HSL color Cylindrical-coordinate representation of color #F3C2BE: hue angle of 4.53º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3C2BE is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB243194190-
CMYK00.200.220.05
HSL4.53º68.83%84.9%-
HSV(B)4.53º21.81%95.29%-
XYZ65.5561.3657.1-
YUV208.2117.73152.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.76%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 190 (74.61% from 255) = 30.30%
R=38.76%
G=30.94%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319419000.200.220.054.5368.8384.9
HexF3C2BE01416554555
Octal3633022760242655105125
Binary1111001111000010101111100101001011010110110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C2BE; }

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

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

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

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

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

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

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

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