#FFC1B5

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

Shades of Your Pink #FFC1B5

Tints of Your Pink #FFC1B5

Color information

#FFC1B5 (or 0xFFC1B5) is unknown color: approx Your Pink. HEX triplet: FF, C1 and B5. RGB value is (255,193,181). Sum of RGB (Red+Green+Blue) = 255+193+181=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 181 (71.09% from 255 or 28.78% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1B5 is #003E4A. Grayscale: #D2D2D2. Windows color (decimal): -15947 or 11911679. OLE color: 11911679.

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

Color convert

RGB255193181-
CMYK00.240.290
HSL9.73º100%85.49%-
HSV(B)9.73º29.02%100%-
XYZ68.6562.7452.21-
YUV210.17111.54159.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 193 (75.78% from 255) = 30.68%
BLUE value IS 181 (71.09% from 255) = 28.78%
R=40.54%
G=30.68%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519318100.240.2909.7310085.49
HexFFC1B50181D0a6455
Octal37730126503035012144125
Binary111111111100000110110101011000111010101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1B5; }

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

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

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

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

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

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

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

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