#FFC2B6

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

Shades of Your Pink #FFC2B6

Tints of Your Pink #FFC2B6

Color information

#FFC2B6 (or 0xFFC2B6) is unknown color: approx Your Pink. HEX triplet: FF, C2 and B6. RGB value is (255,194,182). Sum of RGB (Red+Green+Blue) = 255+194+182=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 182 (71.48% from 255 or 28.84% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2B6 is #003D49. Grayscale: #D2D2D2. Windows color (decimal): -15690 or 11977471. OLE color: 11977471.

HSL color Cylindrical-coordinate representation of color #FFC2B6: hue angle of 9.86º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFC2B6 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255194182-
CMYK00.240.290
HSL9.86º100%85.69%-
HSV(B)9.86º28.63%100%-
XYZ68.9863.2252.82-
YUV210.87111.71159.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 194 (76.17% from 255) = 30.74%
BLUE value IS 182 (71.48% from 255) = 28.84%
R=40.41%
G=30.74%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519418200.240.2909.8610085.69
HexFFC2B60181D0a6456
Octal37730226603035012144126
Binary111111111100001010110110011000111010101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2B6; }

 p { color: rgb(255,194,182); }

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

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

 a { background-color: rgb(255,194,182); }

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

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

 span { border-color: rgb(255,194,182); }

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