#FBC3CF

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

Shades of Pink #FBC3CF

Tints of Pink #FBC3CF

Color information

#FBC3CF (or 0xFBC3CF) is unknown color: approx Pink. HEX triplet: FB, C3 and CF. RGB value is (251,195,207). Sum of RGB (Red+Green+Blue) = 251+195+207=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 195 (76.56% from 255 or 29.86% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3CF is #043C30. Grayscale: #D5D5D5. Windows color (decimal): -277553 or 13616123. OLE color: 13616123.

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

Color convert

RGB251195207-
CMYK00.220.180.02
HSL347.14º87.5%87.45%-
HSV(B)347.14º22.31%98.43%-
XYZ70.5664.0467.67-
YUV213.11124.55155.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 195 (76.56% from 255) = 29.86%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=38.44%
G=29.86%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119520700.220.180.02347.1487.587.45
HexFBC3CF01612215b5857
Octal373303317026222533130127
Binary111110111100001111001111010110100101010101101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC3CF; }

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

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

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

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

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

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

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

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