#FBC3CE

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

Shades of Pink #FBC3CE

Tints of Pink #FBC3CE

Color information

#FBC3CE (or 0xFBC3CE) is unknown color: approx Pink. HEX triplet: FB, C3 and CE. RGB value is (251,195,206). Sum of RGB (Red+Green+Blue) = 251+195+206=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 195 (76.56% from 255 or 29.91% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3CE is #043C31. Grayscale: #D5D5D5. Windows color (decimal): -277554 or 13550587. OLE color: 13550587.

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

Color convert

RGB251195206-
CMYK00.220.180.02
HSL348.21º87.5%87.45%-
HSV(B)348.21º22.31%98.43%-
XYZ70.446467.03-
YUV213124.05155.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 195 (76.56% from 255) = 29.91%
BLUE value IS 206 (80.86% from 255) = 31.60%
R=38.50%
G=29.91%
B=31.60%

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
Decimal25119520600.220.180.02348.2187.587.45
HexFBC3CE01612215c5857
Octal373303316026222534130127
Binary111110111100001111001110010110100101010101110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC3CE; }

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

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

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

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

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

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

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

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