#FFC0BD

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

Shades of Your Pink #FFC0BD

Tints of Your Pink #FFC0BD

Color information

#FFC0BD (or 0xFFC0BD) is unknown color: approx Your Pink. HEX triplet: FF, C0 and BD. RGB value is (255,192,189). Sum of RGB (Red+Green+Blue) = 255+192+189=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0BD is #003F42. Grayscale: #D2D2D2. Windows color (decimal): -16195 or 12435711. OLE color: 12435711.

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

Color convert

RGB255192189-
CMYK00.250.260
HSL2.73º100%87.06%-
HSV(B)2.73º25.88%100%-
XYZ69.2762.6356.58-
YUV210.49115.87159.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 192 (75.39% from 255) = 30.19%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=40.09%
G=30.19%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519218900.250.2602.7310087.06
HexFFC0BD0191A036457
Octal3773002750313203144127
Binary1111111111000000101111010110011101001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0BD; }

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

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

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

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

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

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

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

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