#F2C2BA

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

Shades of Your Pink #F2C2BA

Tints of Your Pink #F2C2BA

Color information

#F2C2BA (or 0xF2C2BA) is unknown color: approx Your Pink. HEX triplet: F2, C2 and BA. RGB value is (242,194,186). Sum of RGB (Red+Green+Blue) = 242+194+186=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2BA is #0D3D45. Grayscale: #CFCFCF. Windows color (decimal): -867654 or 12239602. OLE color: 12239602.

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

Color convert

RGB242194186-
CMYK00.200.230.05
HSL8.57º68.29%83.92%-
HSV(B)8.57º23.14%94.9%-
XYZ64.7761.0154.82-
YUV207.44115.9152.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.91%
GREEN value IS 194 (76.17% from 255) = 31.19%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=38.91%
G=31.19%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219418600.200.230.058.5768.2983.92
HexF2C2BA01417594454
Octal36230227202427511104124
Binary11110010110000101011101001010010111101100110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C2BA; }

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

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

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

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

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

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

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

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