#FF9CC4

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

Shades of Carnation Pink #FF9CC4

Tints of Carnation Pink #FF9CC4

Color information

#FF9CC4 (or 0xFF9CC4) is unknown color: approx Carnation Pink. HEX triplet: FF, 9C and C4. RGB value is (255,156,196). Sum of RGB (Red+Green+Blue) = 255+156+196=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CC4 is #00633B. Grayscale: #BEBEBE. Windows color (decimal): -25404 or 12885247. OLE color: 12885247.

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

Color convert

RGB255156196-
CMYK00.390.230
HSL335.76º100%80.59%-
HSV(B)335.76º38.82%100%-
XYZ63.0949.0258.36-
YUV190.16131.3174.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 196 (76.95% from 255) = 32.29%
R=42.01%
G=25.70%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515619600.390.230335.7610080.59
HexFF9CC40271701506451
Octal377234304047270520144121
Binary111111111001110011000100010011110111010101000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9CC4; }

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

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

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

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

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

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

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

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