#FFC0B7

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

Shades of Your Pink #FFC0B7

Tints of Your Pink #FFC0B7

Color information

#FFC0B7 (or 0xFFC0B7) is unknown color: approx Your Pink. HEX triplet: FF, C0 and B7. RGB value is (255,192,183). Sum of RGB (Red+Green+Blue) = 255+192+183=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 183 (71.88% from 255 or 29.05% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0B7 is #003F48. Grayscale: #D1D1D1. Windows color (decimal): -16201 or 12042495. OLE color: 12042495.

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

Color convert

RGB255192183-
CMYK00.250.280
HSL7.5º100%85.88%-
HSV(B)7.5º28.24%100%-
XYZ68.6462.3853.22-
YUV209.81112.87160.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 192 (75.39% from 255) = 30.48%
BLUE value IS 183 (71.88% from 255) = 29.05%
R=40.48%
G=30.48%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519218300.250.2807.510085.88
HexFFC0B70191C086456
Octal37730026703134010144126
Binary111111111100000010110111011001111000100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0B7; }

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

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

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

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

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

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

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

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