#FFC9CF

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

Shades of Pink #FFC9CF

Tints of Pink #FFC9CF

Color information

#FFC9CF (or 0xFFC9CF) is unknown color: approx Pink. HEX triplet: FF, C9 and CF. RGB value is (255,201,207). Sum of RGB (Red+Green+Blue) = 255+201+207=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9CF is #003630. Grayscale: #D9D9D9. Windows color (decimal): -13873 or 13617663. OLE color: 13617663.

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

Color convert

RGB255201207-
CMYK00.210.190
HSL353.33º100%89.41%-
HSV(B)353.33º21.18%100%-
XYZ73.3967.5468.2-
YUV217.83121.89154.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 201 (78.91% from 255) = 30.32%
BLUE value IS 207 (81.25% from 255) = 31.22%
R=38.46%
G=30.32%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520120700.210.190353.3310089.41
HexFFC9CF0151301616459
Octal377311317025230541144131
Binary11111111110010011100111101010110011010110000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9CF; }

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

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

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

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

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

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

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

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