#FFC9CE

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

Shades of Pink #FFC9CE

Tints of Pink #FFC9CE

Color information

#FFC9CE (or 0xFFC9CE) is unknown color: approx Pink. HEX triplet: FF, C9 and CE. RGB value is (255,201,206). Sum of RGB (Red+Green+Blue) = 255+201+206=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9CE is #003631. Grayscale: #D9D9D9. Windows color (decimal): -13874 or 13552127. OLE color: 13552127.

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

Color convert

RGB255201206-
CMYK00.210.190
HSL354.44º100%89.41%-
HSV(B)354.44º21.18%100%-
XYZ73.2767.4967.56-
YUV217.72121.39154.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 201 (78.91% from 255) = 30.36%
BLUE value IS 206 (80.86% from 255) = 31.12%
R=38.52%
G=30.36%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520120600.210.190354.4410089.41
HexFFC9CE0151301626459
Octal377311316025230542144131
Binary11111111110010011100111001010110011010110001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9CE; }

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

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

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

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

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

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

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

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