#F2C5BE

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

Shades of Your Pink #F2C5BE

Tints of Your Pink #F2C5BE

Color information

#F2C5BE (or 0xF2C5BE) is unknown color: approx Your Pink. HEX triplet: F2, C5 and BE. RGB value is (242,197,190). Sum of RGB (Red+Green+Blue) = 242+197+190=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C5BE is #0D3A41. Grayscale: #D1D1D1. Windows color (decimal): -866882 or 12502514. OLE color: 12502514.

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

Color convert

RGB242197190-
CMYK00.190.210.05
HSL8.08º66.67%84.71%-
HSV(B)8.08º21.49%94.9%-
XYZ65.8862.5357.31-
YUV209.66116.91151.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.47%
GREEN value IS 197 (77.34% from 255) = 31.32%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=38.47%
G=31.32%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219719000.190.210.058.0866.6784.71
HexF2C5BE01315584355
Octal36230527602325510103125
Binary11110010110001011011111001001110101101100010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C5BE; }

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

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

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

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

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

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

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

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