#FFC0B9

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

Shades of Your Pink #FFC0B9

Tints of Your Pink #FFC0B9

Color information

#FFC0B9 (or 0xFFC0B9) is unknown color: approx Your Pink. HEX triplet: FF, C0 and B9. RGB value is (255,192,185). Sum of RGB (Red+Green+Blue) = 255+192+185=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0B9 is #003F46. Grayscale: #D2D2D2. Windows color (decimal): -16199 or 12173567. OLE color: 12173567.

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

Color convert

RGB255192185-
CMYK00.250.270
HSL100%86.27%-
HSV(B)27.45%100%-
XYZ68.8562.4654.33-
YUV210.04113.87160.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.35%
GREEN value IS 192 (75.39% from 255) = 30.38%
BLUE value IS 185 (72.66% from 255) = 29.27%
R=40.35%
G=30.38%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519218500.250.270610086.27
HexFFC0B90191B066456
Octal3773002710313306144126
Binary11111111110000001011100101100111011011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0B9; }

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

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

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

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

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

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

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

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