#FFBFCB

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

Shades of Pink #FFBFCB

Tints of Pink #FFBFCB

Color information

#FFBFCB (or 0xFFBFCB) is unknown color: approx Pink. HEX triplet: FF, BF and CB. RGB value is (255,191,203). Sum of RGB (Red+Green+Blue) = 255+191+203=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFCB is #004034. Grayscale: #D3D3D3. Windows color (decimal): -16437 or 13352959. OLE color: 13352959.

HSL color Cylindrical-coordinate representation of color #FFBFCB: hue angle of 348.75º 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 #FFBFCB is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255191203-
CMYK00.250.200
HSL348.75º100%87.45%-
HSV(B)348.75º25.1%100%-
XYZ70.6562.8364.9-
YUV211.5123.2159.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 191 (75% from 255) = 29.43%
BLUE value IS 203 (79.69% from 255) = 31.28%
R=39.29%
G=29.43%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519120300.250.200348.7510087.45
HexFFBFCB01914015d6457
Octal377277313031240535144127
Binary11111111101111111100101101100110100010101110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFCB; }

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

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

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

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

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

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

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

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