#FFC9BD

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

Shades of Your Pink #FFC9BD

Tints of Your Pink #FFC9BD

Color information

#FFC9BD (or 0xFFC9BD) is unknown color: approx Your Pink. HEX triplet: FF, C9 and BD. RGB value is (255,201,189). Sum of RGB (Red+Green+Blue) = 255+201+189=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9BD is #003642. Grayscale: #D7D7D7. Windows color (decimal): -13891 or 12438015. OLE color: 12438015.

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

Color convert

RGB255201189-
CMYK00.210.260
HSL10.91º100%87.06%-
HSV(B)10.91º25.88%100%-
XYZ71.3166.7157.26-
YUV215.78112.89155.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 201 (78.91% from 255) = 31.16%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=39.53%
G=31.16%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520118900.210.26010.9110087.06
HexFFC9BD0151A0b6457
Octal37731127502532013144127
Binary111111111100100110111101010101110100101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9BD; }

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

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

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

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

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

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

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

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