#F8C3CC

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

Shades of Pink #F8C3CC

Tints of Pink #F8C3CC

Color information

#F8C3CC (or 0xF8C3CC) is unknown color: approx Pink. HEX triplet: F8, C3 and CC. RGB value is (248,195,204). Sum of RGB (Red+Green+Blue) = 248+195+204=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C3CC is #073C33. Grayscale: #D3D3D3. Windows color (decimal): -474164 or 13419512. OLE color: 13419512.

HSL color Cylindrical-coordinate representation of color #F8C3CC: hue angle of 349.81º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C3CC is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248195204-
CMYK00.210.180.03
HSL349.81º79.1%86.86%-
HSV(B)349.81º21.37%97.25%-
XYZ69.1363.3565.71-
YUV211.87123.56153.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.33%
GREEN value IS 195 (76.56% from 255) = 30.14%
BLUE value IS 204 (80.08% from 255) = 31.53%
R=38.33%
G=30.14%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819520400.210.180.03349.8179.186.86
HexF8C3CC01512315e4f57
Octal370303314025223536117127
Binary111110001100001111001100010101100101110101111010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C3CC; }

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

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

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

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

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

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

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

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