#FF9ECA

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

Shades of Carnation Pink #FF9ECA

Tints of Carnation Pink #FF9ECA

Color information

#FF9ECA (or 0xFF9ECA) is unknown color: approx Carnation Pink. HEX triplet: FF, 9E and CA. RGB value is (255,158,202). Sum of RGB (Red+Green+Blue) = 255+158+202=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ECA is #006135. Grayscale: #BFBFBF. Windows color (decimal): -24886 or 13278975. OLE color: 13278975.

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

Color convert

RGB255158202-
CMYK00.380.210
HSL332.78º100%80.98%-
HSV(B)332.78º38.04%100%-
XYZ64.1349.9862.14-
YUV192.02133.64172.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 158 (62.11% from 255) = 25.69%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=41.46%
G=25.69%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515820200.380.210332.7810080.98
HexFF9ECA02615014d6451
Octal377236312046250515144121
Binary111111111001111011001010010011010101010100110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9ECA; }

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

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

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

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

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

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

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

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