#FFC0CE

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

Shades of Pink #FFC0CE

Tints of Pink #FFC0CE

Color information

#FFC0CE (or 0xFFC0CE) is unknown color: approx Pink. HEX triplet: FF, C0 and CE. RGB value is (255,192,206). Sum of RGB (Red+Green+Blue) = 255+192+206=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0CE is #003F31. Grayscale: #D4D4D4. Windows color (decimal): -16178 or 13549823. OLE color: 13549823.

HSL color Cylindrical-coordinate representation of color #FFC0CE: hue angle of 346.67º 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 #FFC0CE is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255192206-
CMYK00.250.190
HSL346.67º100%87.65%-
HSV(B)346.67º24.71%100%-
XYZ71.2363.4266.88-
YUV212.43124.37158.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 192 (75.39% from 255) = 29.40%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=39.05%
G=29.40%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519220600.250.190346.6710087.65
HexFFC0CE01913015b6458
Octal377300316031230533144130
Binary11111111110000001100111001100110011010101101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0CE; }

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

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

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

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

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

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

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

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