#F8C8C0

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

Shades of Your Pink #F8C8C0

Tints of Your Pink #F8C8C0

Color information

#F8C8C0 (or 0xF8C8C0) is unknown color: approx Your Pink. HEX triplet: F8, C8 and C0. RGB value is (248,200,192). Sum of RGB (Red+Green+Blue) = 248+200+192=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C8C0 is #07373F. Grayscale: #D5D5D5. Windows color (decimal): -472896 or 12634360. OLE color: 12634360.

HSL color Cylindrical-coordinate representation of color #F8C8C0: hue angle of 8.57º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8C8C0 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248200192-
CMYK00.190.230.03
HSL8.57º80%86.27%-
HSV(B)8.57º22.58%97.25%-
XYZ68.8865.0758.8-
YUV213.44115.9152.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.75%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 192 (75.39% from 255) = 30%
R=38.75%
G=31.25%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820019200.190.230.038.578086.27
HexF8C8C001317395056
Octal37031030002327311120126
Binary1111100011001000110000000100111011111100110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C8C0; }

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

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

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

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

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

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

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

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