#F8BDC7

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

Shades of Pink #F8BDC7

Tints of Pink #F8BDC7

Color information

#F8BDC7 (or 0xF8BDC7) is unknown color: approx Pink. HEX triplet: F8, BD and C7. RGB value is (248,189,199). Sum of RGB (Red+Green+Blue) = 248+189+199=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDC7 is #074238. Grayscale: #CFCFCF. Windows color (decimal): -475705 or 13090296. OLE color: 13090296.

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

Color convert

RGB248189199-
CMYK00.240.200.03
HSL349.83º80.82%85.69%-
HSV(B)349.83º23.79%97.25%-
XYZ67.2260.4862.16-
YUV207.78123.05156.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.99%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 199 (78.12% from 255) = 31.29%
R=38.99%
G=29.72%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818919900.240.200.03349.8380.8285.69
HexF8BDC701814315e5156
Octal370275307030243536121126
Binary111110001011110111000111011000101001110101111010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDC7; }

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

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

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

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

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

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

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

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