#FFC0BA

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

Shades of Your Pink #FFC0BA

Tints of Your Pink #FFC0BA

Color information

#FFC0BA (or 0xFFC0BA) is unknown color: approx Your Pink. HEX triplet: FF, C0 and BA. RGB value is (255,192,186). Sum of RGB (Red+Green+Blue) = 255+192+186=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0BA is #003F45. Grayscale: #D2D2D2. Windows color (decimal): -16198 or 12239103. OLE color: 12239103.

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

Color convert

RGB255192186-
CMYK00.250.270
HSL5.22º100%86.47%-
HSV(B)5.22º27.06%100%-
XYZ68.9562.554.88-
YUV210.15114.37159.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=40.28%
G=30.33%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519218600.250.2705.2210086.47
HexFFC0BA0191B056456
Octal3773002720313305144126
Binary11111111110000001011101001100111011010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0BA; }

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

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

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

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

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

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

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

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