#FFC6B8

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

Shades of Your Pink #FFC6B8

Tints of Your Pink #FFC6B8

Color information

#FFC6B8 (or 0xFFC6B8) is unknown color: approx Your Pink. HEX triplet: FF, C6 and B8. RGB value is (255,198,184). Sum of RGB (Red+Green+Blue) = 255+198+184=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 184 (72.27% from 255 or 28.89% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6B8 is #003947. Grayscale: #D5D5D5. Windows color (decimal): -14664 or 12109567. OLE color: 12109567.

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

Color convert

RGB255198184-
CMYK00.220.280
HSL11.83º100%86.08%-
HSV(B)11.83º27.84%100%-
XYZ70.0965.1154.22-
YUV213.45111.38157.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 184 (72.27% from 255) = 28.89%
R=40.03%
G=31.08%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519818400.220.28011.8310086.08
HexFFC6B80161C0c6456
Octal37730627002634014144126
Binary111111111100011010111000010110111000110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6B8; }

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

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

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

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

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

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

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

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