#FFC6BD

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

Shades of Your Pink #FFC6BD

Tints of Your Pink #FFC6BD

Color information

#FFC6BD (or 0xFFC6BD) is unknown color: approx Your Pink. HEX triplet: FF, C6 and BD. RGB value is (255,198,189). Sum of RGB (Red+Green+Blue) = 255+198+189=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6BD is #003942. Grayscale: #D6D6D6. Windows color (decimal): -14659 or 12437247. OLE color: 12437247.

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

Color convert

RGB255198189-
CMYK00.220.260
HSL8.18º100%87.06%-
HSV(B)8.18º25.88%100%-
XYZ70.6265.3257.03-
YUV214.02113.88157.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 198 (77.73% from 255) = 30.84%
BLUE value IS 189 (74.22% from 255) = 29.44%
R=39.72%
G=30.84%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519818900.220.2608.1810087.06
HexFFC6BD0161A086457
Octal37730627502632010144127
Binary111111111100011010111101010110110100100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6BD; }

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

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

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

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

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

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

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

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