#F8C1CA

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

Shades of Pink #F8C1CA

Tints of Pink #F8C1CA

Color information

#F8C1CA (or 0xF8C1CA) is unknown color: approx Pink. HEX triplet: F8, C1 and CA. RGB value is (248,193,202). Sum of RGB (Red+Green+Blue) = 248+193+202=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C1CA is #073E35. Grayscale: #D2D2D2. Windows color (decimal): -474678 or 13287928. OLE color: 13287928.

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

Color convert

RGB248193202-
CMYK00.220.190.03
HSL350.18º79.71%86.47%-
HSV(B)350.18º22.18%97.25%-
XYZ68.4462.3664.31-
YUV210.47123.22154.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.57%
GREEN value IS 193 (75.78% from 255) = 30.02%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=38.57%
G=30.02%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819320200.220.190.03350.1879.7186.47
HexF8C1CA01613315e5056
Octal370301312026233536120126
Binary111110001100000111001010010110100111110101111010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C1CA; }

 p { color: rgb(248,193,202); }

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

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

 a { background-color: rgb(248,193,202); }

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

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

 span { border-color: rgb(248,193,202); }

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