#FFC2BB

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

Shades of Your Pink #FFC2BB

Tints of Your Pink #FFC2BB

Color information

#FFC2BB (or 0xFFC2BB) is unknown color: approx Your Pink. HEX triplet: FF, C2 and BB. RGB value is (255,194,187). Sum of RGB (Red+Green+Blue) = 255+194+187=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2BB is #003D44. Grayscale: #D3D3D3. Windows color (decimal): -15685 or 12305151. OLE color: 12305151.

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

Color convert

RGB255194187-
CMYK00.240.270
HSL6.18º100%86.67%-
HSV(B)6.18º26.67%100%-
XYZ69.563.4355.59-
YUV211.44114.21159.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 194 (76.17% from 255) = 30.50%
BLUE value IS 187 (73.44% from 255) = 29.40%
R=40.09%
G=30.50%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519418700.240.2706.1810086.67
HexFFC2BB0181B066457
Octal3773022730303306144127
Binary11111111110000101011101101100011011011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2BB; }

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

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

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

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

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

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

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

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