#FBC7CE

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

Shades of Pink #FBC7CE

Tints of Pink #FBC7CE

Color information

#FBC7CE (or 0xFBC7CE) is unknown color: approx Pink. HEX triplet: FB, C7 and CE. RGB value is (251,199,206). Sum of RGB (Red+Green+Blue) = 251+199+206=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7CE is #043831. Grayscale: #D7D7D7. Windows color (decimal): -276530 or 13551611. OLE color: 13551611.

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

Color convert

RGB251199206-
CMYK00.210.180.02
HSL351.92º86.67%88.24%-
HSV(B)351.92º20.72%98.43%-
XYZ71.3565.8167.34-
YUV215.35122.73153.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 199 (78.12% from 255) = 30.34%
BLUE value IS 206 (80.86% from 255) = 31.40%
R=38.26%
G=30.34%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119920600.210.180.02351.9286.6788.24
HexFBC7CE0151221605758
Octal373307316025222540127130
Binary111110111100011111001110010101100101010110000010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7CE; }

 p { color: rgb(251,199,206); }

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

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

 a { background-color: rgb(251,199,206); }

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

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

 span { border-color: rgb(251,199,206); }

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