#FFC0B4

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

Shades of Your Pink #FFC0B4

Tints of Your Pink #FFC0B4

Color information

#FFC0B4 (or 0xFFC0B4) is unknown color: approx Your Pink. HEX triplet: FF, C0 and B4. RGB value is (255,192,180). Sum of RGB (Red+Green+Blue) = 255+192+180=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 180 (70.70% from 255 or 28.71% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0B4 is #003F4B. Grayscale: #D1D1D1. Windows color (decimal): -16204 or 11845887. OLE color: 11845887.

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

Color convert

RGB255192180-
CMYK00.250.290
HSL9.6º100%85.29%-
HSV(B)9.6º29.41%100%-
XYZ68.3362.2551.6-
YUV209.47111.37160.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 192 (75.39% from 255) = 30.62%
BLUE value IS 180 (70.70% from 255) = 28.71%
R=40.67%
G=30.62%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519218000.250.2909.610085.29
HexFFC0B40191D0a6455
Octal37730026403135012144125
Binary111111111100000010110100011001111010101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0B4; }

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

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

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

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

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

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

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

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