#FFC0B5

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

Shades of Your Pink #FFC0B5

Tints of Your Pink #FFC0B5

Color information

#FFC0B5 (or 0xFFC0B5) is unknown color: approx Your Pink. HEX triplet: FF, C0 and B5. RGB value is (255,192,181). Sum of RGB (Red+Green+Blue) = 255+192+181=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 181 (71.09% from 255 or 28.82% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0B5 is #003F4A. Grayscale: #D1D1D1. Windows color (decimal): -16203 or 11911423. OLE color: 11911423.

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

Color convert

RGB255192181-
CMYK00.250.290
HSL8.92º100%85.49%-
HSV(B)8.92º29.02%100%-
XYZ68.4362.352.13-
YUV209.58111.87160.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 192 (75.39% from 255) = 30.57%
BLUE value IS 181 (71.09% from 255) = 28.82%
R=40.61%
G=30.57%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519218100.250.2908.9210085.49
HexFFC0B50191D096455
Octal37730026503135011144125
Binary111111111100000010110101011001111010100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0B5; }

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

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

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

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

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

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

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

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