#FBC6CE

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

Shades of Pink #FBC6CE

Tints of Pink #FBC6CE

Color information

#FBC6CE (or 0xFBC6CE) is unknown color: approx Pink. HEX triplet: FB, C6 and CE. RGB value is (251,198,206). Sum of RGB (Red+Green+Blue) = 251+198+206=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6CE is #043931. Grayscale: #D6D6D6. Windows color (decimal): -276786 or 13551355. OLE color: 13551355.

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

Color convert

RGB251198206-
CMYK00.210.180.02
HSL350.94º86.89%88.04%-
HSV(B)350.94º21.12%98.43%-
XYZ71.1265.3567.26-
YUV214.76123.06153.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 198 (77.73% from 255) = 30.23%
BLUE value IS 206 (80.86% from 255) = 31.45%
R=38.32%
G=30.23%
B=31.45%

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
Decimal25119820600.210.180.02350.9486.8988.04
HexFBC6CE01512215f5758
Octal373306316025222537127130
Binary111110111100011011001110010101100101010101111110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6CE; }

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

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

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

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

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

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

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

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