#FFBFCC

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

Shades of Pink #FFBFCC

Tints of Pink #FFBFCC

Color information

#FFBFCC (or 0xFFBFCC) is unknown color: approx Pink. HEX triplet: FF, BF and CC. RGB value is (255,191,204). Sum of RGB (Red+Green+Blue) = 255+191+204=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFCC is #004033. Grayscale: #D3D3D3. Windows color (decimal): -16436 or 13418495. OLE color: 13418495.

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

Color convert

RGB255191204-
CMYK00.250.20
HSL347.81º100%87.45%-
HSV(B)347.81º25.1%100%-
XYZ70.7762.8865.53-
YUV211.62123.7158.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 191 (75% from 255) = 29.38%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=39.23%
G=29.38%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519120400.250.20347.8110087.45
HexFFBFCC01914015c6457
Octal377277314031240534144127
Binary11111111101111111100110001100110100010101110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFCC; }

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

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

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

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

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

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

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

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