#f2c7be

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

Shades of Your Pink #F2C7BE

Tints of Your Pink #F2C7BE

Color information

#F2C7BE (or 0xF2C7BE) is unknown color: approx Your Pink. HEX triplet: F2, C7 and BE. RGB value is (242,199,190). Sum of RGB (Red+Green+Blue) = 242+199+190=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7BE is #0D3841. Grayscale: #D2D2D2. Windows color (decimal): -866370 or 12503026. OLE color: 12503026.

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

Color convert

RGB242199190-
CMYK00.180.210.05
HSL10.38º66.67%84.71%-
HSV(B)10.38º21.49%94.9%-
XYZ66.3463.4457.46-
YUV210.83116.25150.23-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 199 (78.12% from 255) = 31.54%
BLUE value IS 190 (74.61% from 255) = 30.11%
R=38.35%
G=31.54%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219919000.180.210.0510.3866.6784.71
HexF2C7BE012155a4355
Octal36230727602225512103125
Binary11110010110001111011111001001010101101101010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2c7be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2c7be; }

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

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

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

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

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

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

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

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