#F8BDCC

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

Shades of Pink #F8BDCC

Tints of Pink #F8BDCC

Color information

#F8BDCC (or 0xF8BDCC) is unknown color: approx Pink. HEX triplet: F8, BD and CC. RGB value is (248,189,204). Sum of RGB (Red+Green+Blue) = 248+189+204=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDCC is #074233. Grayscale: #D0D0D0. Windows color (decimal): -475700 or 13417976. OLE color: 13417976.

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

Color convert

RGB248189204-
CMYK00.240.180.03
HSL344.75º80.82%85.69%-
HSV(B)344.75º23.79%97.25%-
XYZ67.8160.7165.27-
YUV208.35125.55156.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=38.69%
G=29.49%
B=31.83%

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
Decimal24818920400.240.180.03344.7580.8285.69
HexF8BDCC0181231595156
Octal370275314030223531121126
Binary111110001011110111001100011000100101110101100110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDCC; }

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

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

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

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

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

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

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

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