#F8BDCD

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

Shades of Pink #F8BDCD

Tints of Pink #F8BDCD

Color information

#F8BDCD (or 0xF8BDCD) is unknown color: approx Pink. HEX triplet: F8, BD and CD. RGB value is (248,189,205). Sum of RGB (Red+Green+Blue) = 248+189+205=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDCD is #074232. Grayscale: #D0D0D0. Windows color (decimal): -475699 or 13483512. OLE color: 13483512.

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

Color convert

RGB248189205-
CMYK00.240.170.03
HSL343.73º80.82%85.69%-
HSV(B)343.73º23.79%97.25%-
XYZ67.9360.7665.91-
YUV208.46126.05156.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 189 (74.22% from 255) = 29.44%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=38.63%
G=29.44%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818920500.240.170.03343.7380.8285.69
HexF8BDCD0181131585156
Octal370275315030213530121126
Binary111110001011110111001101011000100011110101100010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDCD; }

 p { color: rgb(248,189,205); }

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

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

 a { background-color: rgb(248,189,205); }

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

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

 span { border-color: rgb(248,189,205); }

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