#F2C4BE

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

Shades of Your Pink #F2C4BE

Tints of Your Pink #F2C4BE

Color information

#F2C4BE (or 0xF2C4BE) is unknown color: approx Your Pink. HEX triplet: F2, C4 and BE. RGB value is (242,196,190). Sum of RGB (Red+Green+Blue) = 242+196+190=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C4BE is #0D3B41. Grayscale: #D1D1D1. Windows color (decimal): -867138 or 12502258. OLE color: 12502258.

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

Color convert

RGB242196190-
CMYK00.190.210.05
HSL6.92º66.67%84.71%-
HSV(B)6.92º21.49%94.9%-
XYZ65.6562.0757.24-
YUV209.07117.24151.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.54%
GREEN value IS 196 (76.95% from 255) = 31.21%
BLUE value IS 190 (74.61% from 255) = 30.25%
R=38.54%
G=31.21%
B=30.25%

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
Decimal24219619000.190.210.056.9266.6784.71
HexF2C4BE01315574355
Octal3623042760232557103125
Binary1111001011000100101111100100111010110111110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C4BE; }

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

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

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

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

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

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

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

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