#FFBAC0

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

Shades of Light Pink #FFBAC0

Tints of Light Pink #FFBAC0

Color information

#FFBAC0 (or 0xFFBAC0) is unknown color: approx Light Pink. HEX triplet: FF, BA and C0. RGB value is (255,186,192). Sum of RGB (Red+Green+Blue) = 255+186+192=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAC0 is #00453F. Grayscale: #CFCFCF. Windows color (decimal): -17728 or 12630783. OLE color: 12630783.

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

Color convert

RGB255186192-
CMYK00.270.250
HSL354.78º100%86.47%-
HSV(B)354.78º27.06%100%-
XYZ68.3160.1857.89-
YUV207.31119.36162.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518619200.270.250354.7810086.47
HexFFBAC001B1901636456
Octal377272300033310543144126
Binary11111111101110101100000001101111001010110001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAC0; }

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

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

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

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

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

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

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

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