#FBC1C9

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

Shades of Pink #FBC1C9

Tints of Pink #FBC1C9

Color information

#FBC1C9 (or 0xFBC1C9) is unknown color: approx Pink. HEX triplet: FB, C1 and C9. RGB value is (251,193,201). Sum of RGB (Red+Green+Blue) = 251+193+201=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1C9 is #043E36. Grayscale: #D3D3D3. Windows color (decimal): -278071 or 13222395. OLE color: 13222395.

HSL color Cylindrical-coordinate representation of color #FBC1C9: hue angle of 351.72º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC1C9 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251193201-
CMYK00.230.200.02
HSL351.72º87.88%87.06%-
HSV(B)351.72º23.11%98.43%-
XYZ69.462.8763.74-
YUV211.25122.22156.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 193 (75.78% from 255) = 29.92%
BLUE value IS 201 (78.91% from 255) = 31.16%
R=38.91%
G=29.92%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119320100.230.200.02351.7287.8887.06
HexFBC1C90171421605857
Octal373301311027242540130127
Binary111110111100000111001001010111101001010110000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC1C9; }

 p { color: rgb(251,193,201); }

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

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

 a { background-color: rgb(251,193,201); }

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

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

 span { border-color: rgb(251,193,201); }

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