#F8C0D0

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

Shades of Pink #F8C0D0

Tints of Pink #F8C0D0

Color information

#F8C0D0 (or 0xF8C0D0) is unknown color: approx Pink. HEX triplet: F8, C0 and D0. RGB value is (248,192,208). Sum of RGB (Red+Green+Blue) = 248+192+208=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 192 (75.39% from 255 or 29.63% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C0D0 is #073F2F. Grayscale: #D2D2D2. Windows color (decimal): -474928 or 13680888. OLE color: 13680888.

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

Color convert

RGB248192208-
CMYK00.230.160.03
HSL342.86º80%86.27%-
HSV(B)342.86º22.58%97.25%-
XYZ68.9562.2168.05-
YUV210.57126.55154.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.27%
GREEN value IS 192 (75.39% from 255) = 29.63%
BLUE value IS 208 (81.64% from 255) = 32.10%
R=38.27%
G=29.63%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819220800.230.160.03342.868086.27
HexF8C0D00171031575056
Octal370300320027203527120126
Binary111110001100000011010000010111100001110101011110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C0D0; }

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

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

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

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

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

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

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

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