#F2C1BE

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

Shades of Your Pink #F2C1BE

Tints of Your Pink #F2C1BE

Color information

#F2C1BE (or 0xF2C1BE) is unknown color: approx Your Pink. HEX triplet: F2, C1 and BE. RGB value is (242,193,190). Sum of RGB (Red+Green+Blue) = 242+193+190=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1BE is #0D3E41. Grayscale: #CFCFCF. Windows color (decimal): -867906 or 12501490. OLE color: 12501490.

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

Color convert

RGB242193190-
CMYK00.200.210.05
HSL3.46º66.67%84.71%-
HSV(B)3.46º21.49%94.9%-
XYZ64.9860.7357.01-
YUV207.31118.23152.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 193 (75.78% from 255) = 30.88%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=38.72%
G=30.88%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219319000.200.210.053.4666.6784.71
HexF2C1BE01415534355
Octal3623012760242553103125
Binary111100101100000110111110010100101011011110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C1BE; }

 p { color: rgb(242,193,190); }

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

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

 a { background-color: rgb(242,193,190); }

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

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

 span { border-color: rgb(242,193,190); }

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