#FF9CC9

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

Shades of Carnation Pink #FF9CC9

Tints of Carnation Pink #FF9CC9

Color information

#FF9CC9 (or 0xFF9CC9) is unknown color: approx Carnation Pink. HEX triplet: FF, 9C and C9. RGB value is (255,156,201). Sum of RGB (Red+Green+Blue) = 255+156+201=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CC9 is #006336. Grayscale: #BEBEBE. Windows color (decimal): -25399 or 13212927. OLE color: 13212927.

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

Color convert

RGB255156201-
CMYK00.390.210
HSL332.73º100%80.59%-
HSV(B)332.73º38.82%100%-
XYZ63.6749.2561.41-
YUV190.73133.8173.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 156 (61.33% from 255) = 25.49%
BLUE value IS 201 (78.91% from 255) = 32.84%
R=41.67%
G=25.49%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515620100.390.210332.7310080.59
HexFF9CC902715014d6451
Octal377234311047250515144121
Binary111111111001110011001001010011110101010100110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CC9; }

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

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

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

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

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

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

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

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