#F8BDC9

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

Shades of Pink #F8BDC9

Tints of Pink #F8BDC9

Color information

#F8BDC9 (or 0xF8BDC9) is unknown color: approx Pink. HEX triplet: F8, BD and C9. RGB value is (248,189,201). Sum of RGB (Red+Green+Blue) = 248+189+201=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDC9 is #074236. Grayscale: #D0D0D0. Windows color (decimal): -475703 or 13221368. OLE color: 13221368.

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

Color convert

RGB248189201-
CMYK00.240.190.03
HSL347.8º80.82%85.69%-
HSV(B)347.8º23.79%97.25%-
XYZ67.4560.5763.39-
YUV208.01124.05156.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.87%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 201 (78.91% from 255) = 31.50%
R=38.87%
G=29.62%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818920100.240.190.03347.880.8285.69
HexF8BDC901813315c5156
Octal370275311030233534121126
Binary111110001011110111001001011000100111110101110010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDC9; }

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

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

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

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

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

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

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

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