#FFC0B8

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

Shades of Your Pink #FFC0B8

Tints of Your Pink #FFC0B8

Color information

#FFC0B8 (or 0xFFC0B8) is unknown color: approx Your Pink. HEX triplet: FF, C0 and B8. RGB value is (255,192,184). Sum of RGB (Red+Green+Blue) = 255+192+184=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 184 (72.27% from 255 or 29.16% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0B8 is #003F47. Grayscale: #D2D2D2. Windows color (decimal): -16200 or 12108031. OLE color: 12108031.

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

Color convert

RGB255192184-
CMYK00.250.280
HSL6.76º100%86.08%-
HSV(B)6.76º27.84%100%-
XYZ68.7462.4253.77-
YUV209.92113.37160.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 192 (75.39% from 255) = 30.43%
BLUE value IS 184 (72.27% from 255) = 29.16%
R=40.41%
G=30.43%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519218400.250.2806.7610086.08
HexFFC0B80191C076456
Octal3773002700313407144126
Binary11111111110000001011100001100111100011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0B8; }

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

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

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

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

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

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

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

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