#FBCFE3

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

Shades of Pig Pink #FBCFE3

Tints of Pig Pink #FBCFE3

Color information

#FBCFE3 (or 0xFBCFE3) is unknown color: approx Pig Pink. HEX triplet: FB, CF and E3. RGB value is (251,207,227). Sum of RGB (Red+Green+Blue) = 251+207+227=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 227 (89.06% from 255 or 33.14% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFE3 is #04301C. Grayscale: #DEDEDE. Windows color (decimal): -274461 or 14929915. OLE color: 14929915.

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

Color convert

RGB251207227-
CMYK00.180.100.02
HSL332.73º84.62%89.8%-
HSV(B)332.73º17.53%98.43%-
XYZ75.9670.6882.31-
YUV222.44130.58148.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.64%
GREEN value IS 207 (81.25% from 255) = 30.22%
BLUE value IS 227 (89.06% from 255) = 33.14%
R=36.64%
G=30.22%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120722700.180.100.02332.7384.6289.8
HexFBCFE3012A214d555a
Octal373317343022122515125132
Binary11111011110011111110001101001010101010100110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFE3; }

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

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

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

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

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

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

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

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