#F8C8BD

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

Shades of Your Pink #F8C8BD

Tints of Your Pink #F8C8BD

Color information

#F8C8BD (or 0xF8C8BD) is unknown color: approx Your Pink. HEX triplet: F8, C8 and BD. RGB value is (248,200,189). Sum of RGB (Red+Green+Blue) = 248+200+189=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C8BD is #073742. Grayscale: #D5D5D5. Windows color (decimal): -472899 or 12437752. OLE color: 12437752.

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

Color convert

RGB248200189-
CMYK00.190.240.03
HSL11.19º80.82%85.69%-
HSV(B)11.19º23.79%97.25%-
XYZ68.5564.9457.07-
YUV213.1114.4152.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 200 (78.52% from 255) = 31.40%
BLUE value IS 189 (74.22% from 255) = 29.67%
R=38.93%
G=31.40%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820018900.190.240.0311.1980.8285.69
HexF8C8BD013183b5156
Octal37031027502330313121126
Binary1111100011001000101111010100111100011101110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C8BD; }

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

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

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

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

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

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

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

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