#F8CBCF

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

Shades of Pink #F8CBCF

Tints of Pink #F8CBCF

Color information

#F8CBCF (or 0xF8CBCF) is unknown color: approx Pink. HEX triplet: F8, CB and CF. RGB value is (248,203,207). Sum of RGB (Red+Green+Blue) = 248+203+207=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBCF is #073430. Grayscale: #D8D8D8. Windows color (decimal): -472113 or 13618168. OLE color: 13618168.

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

Color convert

RGB248203207-
CMYK00.180.170.03
HSL354.67º76.27%88.43%-
HSV(B)354.67º18.15%97.25%-
XYZ71.3367.1768.24-
YUV216.91122.41150.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.69%
GREEN value IS 203 (79.69% from 255) = 30.85%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=37.69%
G=30.85%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820320700.180.170.03354.6776.2788.43
HexF8CBCF0121131634c58
Octal370313317022213543114130
Binary111110001100101111001111010010100011110110001110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CBCF; }

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

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

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

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

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

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

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

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