#FBCFD5

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

Shades of Pink Lace #FBCFD5

Tints of Pink Lace #FBCFD5

Color information

#FBCFD5 (or 0xFBCFD5) is unknown color: approx Pink Lace. HEX triplet: FB, CF and D5. RGB value is (251,207,213). Sum of RGB (Red+Green+Blue) = 251+207+213=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFD5 is #04302A. Grayscale: #DCDCDC. Windows color (decimal): -274475 or 14012411. OLE color: 14012411.

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

Color convert

RGB251207213-
CMYK00.180.150.02
HSL351.82º84.62%89.8%-
HSV(B)351.82º17.53%98.43%-
XYZ74.1169.9472.54-
YUV220.84123.58149.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 207 (81.25% from 255) = 30.85%
BLUE value IS 213 (83.59% from 255) = 31.74%
R=37.41%
G=30.85%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120721300.180.150.02351.8284.6289.8
HexFBCFD5012F2160555a
Octal373317325022172540125132
Binary11111011110011111101010101001011111010110000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFD5; }

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

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

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

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

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

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

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

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