#FF9CC2

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

Shades of Carnation Pink #FF9CC2

Tints of Carnation Pink #FF9CC2

Color information

#FF9CC2 (or 0xFF9CC2) is unknown color: approx Carnation Pink. HEX triplet: FF, 9C and C2. RGB value is (255,156,194). Sum of RGB (Red+Green+Blue) = 255+156+194=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CC2 is #00633D. Grayscale: #BDBDBD. Windows color (decimal): -25406 or 12754175. OLE color: 12754175.

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

Color convert

RGB255156194-
CMYK00.390.240
HSL336.97º100%80.59%-
HSV(B)336.97º38.82%100%-
XYZ62.8748.9357.17-
YUV189.93130.3174.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 194 (76.17% from 255) = 32.07%
R=42.15%
G=25.79%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515619400.390.240336.9710080.59
HexFF9CC20271801516451
Octal377234302047300521144121
Binary111111111001110011000010010011111000010101000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CC2; }

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

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

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

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

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

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

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

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