#FFBFCE

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

Shades of Pink #FFBFCE

Tints of Pink #FFBFCE

Color information

#FFBFCE (or 0xFFBFCE) is unknown color: approx Pink. HEX triplet: FF, BF and CE. RGB value is (255,191,206). Sum of RGB (Red+Green+Blue) = 255+191+206=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFCE is #004031. Grayscale: #D3D3D3. Windows color (decimal): -16434 or 13549567. OLE color: 13549567.

HSL color Cylindrical-coordinate representation of color #FFBFCE: hue angle of 345.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFCE is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255191206-
CMYK00.250.190
HSL345.94º100%87.45%-
HSV(B)345.94º25.1%100%-
XYZ71.0162.9866.81-
YUV211.85124.7158.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 191 (75% from 255) = 29.29%
BLUE value IS 206 (80.86% from 255) = 31.60%
R=39.11%
G=29.29%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519120600.250.190345.9410087.45
HexFFBFCE01913015a6457
Octal377277316031230532144127
Binary11111111101111111100111001100110011010101101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFCE; }

 p { color: rgb(255,191,206); }

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

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

 a { background-color: rgb(255,191,206); }

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

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

 span { border-color: rgb(255,191,206); }

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