#FF9ECC

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

Shades of Carnation Pink #FF9ECC

Tints of Carnation Pink #FF9ECC

Color information

#FF9ECC (or 0xFF9ECC) is unknown color: approx Carnation Pink. HEX triplet: FF, 9E and CC. RGB value is (255,158,204). Sum of RGB (Red+Green+Blue) = 255+158+204=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ECC is #006133. Grayscale: #C0C0C0. Windows color (decimal): -24884 or 13410047. OLE color: 13410047.

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

Color convert

RGB255158204-
CMYK00.380.20
HSL331.55º100%80.98%-
HSV(B)331.55º38.04%100%-
XYZ64.3750.0763.4-
YUV192.25134.64172.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 158 (62.11% from 255) = 25.61%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=41.33%
G=25.61%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515820400.380.20331.5510080.98
HexFF9ECC02614014c6451
Octal377236314046240514144121
Binary111111111001111011001100010011010100010100110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9ECC; }

 p { color: rgb(255,158,204); }

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

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

 a { background-color: rgb(255,158,204); }

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

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

 span { border-color: rgb(255,158,204); }

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