#F8BDCF

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

Shades of Pink #F8BDCF

Tints of Pink #F8BDCF

Color information

#F8BDCF (or 0xF8BDCF) is unknown color: approx Pink. HEX triplet: F8, BD and CF. RGB value is (248,189,207). Sum of RGB (Red+Green+Blue) = 248+189+207=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDCF is #074230. Grayscale: #D0D0D0. Windows color (decimal): -475697 or 13614584. OLE color: 13614584.

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

Color convert

RGB248189207-
CMYK00.240.170.03
HSL341.69º80.82%85.69%-
HSV(B)341.69º23.79%97.25%-
XYZ68.1760.8667.18-
YUV208.69127.05156.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.51%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=38.51%
G=29.35%
B=32.14%

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
Decimal24818920700.240.170.03341.6980.8285.69
HexF8BDCF0181131565156
Octal370275317030213526121126
Binary111110001011110111001111011000100011110101011010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDCF; }

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

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

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

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

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

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

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

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