#FFC0BB

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

Shades of Your Pink #FFC0BB

Tints of Your Pink #FFC0BB

Color information

#FFC0BB (or 0xFFC0BB) is unknown color: approx Your Pink. HEX triplet: FF, C0 and BB. RGB value is (255,192,187). Sum of RGB (Red+Green+Blue) = 255+192+187=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0BB is #003F44. Grayscale: #D2D2D2. Windows color (decimal): -16197 or 12304639. OLE color: 12304639.

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

Color convert

RGB255192187-
CMYK00.250.270
HSL4.41º100%86.67%-
HSV(B)4.41º26.67%100%-
XYZ69.0662.5555.45-
YUV210.27114.87159.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 192 (75.39% from 255) = 30.28%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=40.22%
G=30.28%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519218700.250.2704.4110086.67
HexFFC0BB0191B046457
Octal3773002730313304144127
Binary11111111110000001011101101100111011010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0BB; }

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

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

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

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

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

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

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

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