#F8BCCB

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

Shades of Pink #F8BCCB

Tints of Pink #F8BCCB

Color information

#F8BCCB (or 0xF8BCCB) is unknown color: approx Pink. HEX triplet: F8, BC and CB. RGB value is (248,188,203). Sum of RGB (Red+Green+Blue) = 248+188+203=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCCB is #074334. Grayscale: #CFCFCF. Windows color (decimal): -475957 or 13352184. OLE color: 13352184.

HSL color Cylindrical-coordinate representation of color #F8BCCB: hue angle of 345º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BCCB is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248188203-
CMYK00.240.180.03
HSL345º81.08%85.49%-
HSV(B)345º24.19%97.25%-
XYZ67.4760.2364.57-
YUV207.65125.38156.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.81%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 203 (79.69% from 255) = 31.77%
R=38.81%
G=29.42%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818820300.240.180.0334581.0885.49
HexF8BCCB0181231595155
Octal370274313030223531121125
Binary111110001011110011001011011000100101110101100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BCCB; }

 p { color: rgb(248,188,203); }

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

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

 a { background-color: rgb(248,188,203); }

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

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

 span { border-color: rgb(248,188,203); }

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