#FFC6BB

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

Shades of Your Pink #FFC6BB

Tints of Your Pink #FFC6BB

Color information

#FFC6BB (or 0xFFC6BB) is unknown color: approx Your Pink. HEX triplet: FF, C6 and BB. RGB value is (255,198,187). Sum of RGB (Red+Green+Blue) = 255+198+187=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6BB is #003944. Grayscale: #D5D5D5. Windows color (decimal): -14661 or 12306175. OLE color: 12306175.

HSL color Cylindrical-coordinate representation of color #FFC6BB: hue angle of 9.71º 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 #FFC6BB is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255198187-
CMYK00.220.270
HSL9.71º100%86.67%-
HSV(B)9.71º26.67%100%-
XYZ70.465.2455.89-
YUV213.79112.88157.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 198 (77.73% from 255) = 30.94%
BLUE value IS 187 (73.44% from 255) = 29.22%
R=39.84%
G=30.94%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519818700.220.2709.7110086.67
HexFFC6BB0161B0a6457
Octal37730627302633012144127
Binary111111111100011010111011010110110110101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6BB; }

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

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

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

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

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

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

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

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