#F2C2BB

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

Shades of Your Pink #F2C2BB

Tints of Your Pink #F2C2BB

Color information

#F2C2BB (or 0xF2C2BB) is unknown color: approx Your Pink. HEX triplet: F2, C2 and BB. RGB value is (242,194,187). Sum of RGB (Red+Green+Blue) = 242+194+187=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C2BB is #0D3D44. Grayscale: #CFCFCF. Windows color (decimal): -867653 or 12305138. OLE color: 12305138.

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

Color convert

RGB242194187-
CMYK00.200.230.05
HSL7.64º67.9%84.12%-
HSV(B)7.64º22.73%94.9%-
XYZ64.8861.0555.38-
YUV207.55116.4152.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.84%
GREEN value IS 194 (76.17% from 255) = 31.14%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=38.84%
G=31.14%
B=30.02%

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
Decimal24219418700.200.230.057.6467.984.12
HexF2C2BB01417584454
Octal36230227302427510104124
Binary11110010110000101011101101010010111101100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C2BB; }

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

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

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

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

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

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

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

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