#FFC0C7

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

Shades of Pink #FFC0C7

Tints of Pink #FFC0C7

Color information

#FFC0C7 (or 0xFFC0C7) is unknown color: approx Pink. HEX triplet: FF, C0 and C7. RGB value is (255,192,199). Sum of RGB (Red+Green+Blue) = 255+192+199=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 199 (78.12% from 255 or 30.80% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0C7 is #003F38. Grayscale: #D3D3D3. Windows color (decimal): -16185 or 13091071. OLE color: 13091071.

HSL color Cylindrical-coordinate representation of color #FFC0C7: hue angle of 353.33º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0C7 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255192199-
CMYK00.250.220
HSL353.33º100%87.65%-
HSV(B)353.33º24.71%100%-
XYZ70.463.0862.5-
YUV211.64120.87158.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 192 (75.39% from 255) = 29.72%
BLUE value IS 199 (78.12% from 255) = 30.80%
R=39.47%
G=29.72%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519219900.250.220353.3310087.65
HexFFC0C70191601616458
Octal377300307031260541144130
Binary11111111110000001100011101100110110010110000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0C7; }

 p { color: rgb(255,192,199); }

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

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

 a { background-color: rgb(255,192,199); }

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

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

 span { border-color: rgb(255,192,199); }

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