#FBC1CF

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

Shades of Pink #FBC1CF

Tints of Pink #FBC1CF

Color information

#FBC1CF (or 0xFBC1CF) is unknown color: approx Pink. HEX triplet: FB, C1 and CF. RGB value is (251,193,207). Sum of RGB (Red+Green+Blue) = 251+193+207=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1CF is #043E30. Grayscale: #D3D3D3. Windows color (decimal): -278065 or 13615611. OLE color: 13615611.

HSL color Cylindrical-coordinate representation of color #FBC1CF: hue angle of 345.52º 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 #FBC1CF is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251193207-
CMYK00.230.180.02
HSL345.52º87.88%87.06%-
HSV(B)345.52º23.11%98.43%-
XYZ70.1263.1567.53-
YUV211.94125.22155.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 193 (75.78% from 255) = 29.65%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=38.56%
G=29.65%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119320700.230.180.02345.5287.8887.06
HexFBC1CF01712215a5857
Octal373301317027222532130127
Binary111110111100000111001111010111100101010101101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC1CF; }

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

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

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

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

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

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

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

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