#F8C1CB

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

Shades of Pink #F8C1CB

Tints of Pink #F8C1CB

Color information

#F8C1CB (or 0xF8C1CB) is unknown color: approx Pink. HEX triplet: F8, C1 and CB. RGB value is (248,193,203). Sum of RGB (Red+Green+Blue) = 248+193+203=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 193 (75.78% from 255 or 29.97% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C1CB is #073E34. Grayscale: #D2D2D2. Windows color (decimal): -474677 or 13353464. OLE color: 13353464.

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

Color convert

RGB248193203-
CMYK00.220.180.03
HSL349.09º79.71%86.47%-
HSV(B)349.09º22.18%97.25%-
XYZ68.5662.4164.93-
YUV210.58123.72154.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.51%
GREEN value IS 193 (75.78% from 255) = 29.97%
BLUE value IS 203 (79.69% from 255) = 31.52%
R=38.51%
G=29.97%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819320300.220.180.03349.0979.7186.47
HexF8C1CB01612315d5056
Octal370301313026223535120126
Binary111110001100000111001011010110100101110101110110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C1CB; }

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

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

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

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

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

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

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

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