#FFC1BB

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

Shades of Your Pink #FFC1BB

Tints of Your Pink #FFC1BB

Color information

#FFC1BB (or 0xFFC1BB) is unknown color: approx Your Pink. HEX triplet: FF, C1 and BB. RGB value is (255,193,187). Sum of RGB (Red+Green+Blue) = 255+193+187=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1BB is #003E44. Grayscale: #D2D2D2. Windows color (decimal): -15941 or 12304895. OLE color: 12304895.

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

Color convert

RGB255193187-
CMYK00.240.270
HSL5.29º100%86.67%-
HSV(B)5.29º26.67%100%-
XYZ69.2862.9955.52-
YUV210.85114.54159.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 193 (75.78% from 255) = 30.39%
BLUE value IS 187 (73.44% from 255) = 29.45%
R=40.16%
G=30.39%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519318700.240.2705.2910086.67
HexFFC1BB0181B056457
Octal3773012730303305144127
Binary11111111110000011011101101100011011010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1BB; }

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

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

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

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

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

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

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

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