#F2C2BD

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

Shades of Your Pink #F2C2BD

Tints of Your Pink #F2C2BD

Color information

#F2C2BD (or 0xF2C2BD) is unknown color: approx Your Pink. HEX triplet: F2, C2 and BD. RGB value is (242,194,189). Sum of RGB (Red+Green+Blue) = 242+194+189=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2BD is #0D3D42. Grayscale: #CFCFCF. Windows color (decimal): -867651 or 12436210. OLE color: 12436210.

HSL color Cylindrical-coordinate representation of color #F2C2BD: hue angle of 5.66º degrees, saturation: 0.67, 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 #F2C2BD is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB242194189-
CMYK00.200.220.05
HSL5.66º67.09%84.51%-
HSV(B)5.66º21.9%94.9%-
XYZ65.161.1356.51-
YUV207.78117.4152.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=38.72%
G=31.04%
B=30.24%

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
Decimal24219418900.200.220.055.6667.0984.51
HexF2C2BD01416564355
Octal3623022750242656103125
Binary1111001011000010101111010101001011010111010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C2BD; }

 p { color: rgb(242,194,189); }

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

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

 a { background-color: rgb(242,194,189); }

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

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

 span { border-color: rgb(242,194,189); }

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