#F2C2BF

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

Shades of Your Pink #F2C2BF

Tints of Your Pink #F2C2BF

Color information

#F2C2BF (or 0xF2C2BF) is unknown color: approx Your Pink. HEX triplet: F2, C2 and BF. RGB value is (242,194,191). Sum of RGB (Red+Green+Blue) = 242+194+191=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2BF is #0D3D40. Grayscale: #D0D0D0. Windows color (decimal): -867649 or 12567282. OLE color: 12567282.

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

Color convert

RGB242194191-
CMYK00.200.210.05
HSL3.53º66.23%84.9%-
HSV(B)3.53º21.07%94.9%-
XYZ65.3161.2257.66-
YUV208.01118.4152.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 191 (75% from 255) = 30.46%
R=38.60%
G=30.94%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219419100.200.210.053.5366.2384.9
HexF2C2BF01415544255
Octal3623022770242554102125
Binary1111001011000010101111110101001010110110010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C2BF; }

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

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

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

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

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

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

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

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