#FF9CC1

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

Shades of Carnation Pink #FF9CC1

Tints of Carnation Pink #FF9CC1

Color information

#FF9CC1 (or 0xFF9CC1) is unknown color: approx Carnation Pink. HEX triplet: FF, 9C and C1. RGB value is (255,156,193). Sum of RGB (Red+Green+Blue) = 255+156+193=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CC1 is #00633E. Grayscale: #BDBDBD. Windows color (decimal): -25407 or 12688639. OLE color: 12688639.

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

Color convert

RGB255156193-
CMYK00.390.240
HSL337.58º100%80.59%-
HSV(B)337.58º38.82%100%-
XYZ62.7548.8956.58-
YUV189.82129.8174.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 156 (61.33% from 255) = 25.83%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=42.22%
G=25.83%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515619300.390.240337.5810080.59
HexFF9CC10271801526451
Octal377234301047300522144121
Binary111111111001110011000001010011111000010101001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CC1; }

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

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

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

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

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

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

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

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