#FF9ECE

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

Shades of Carnation Pink #FF9ECE

Tints of Carnation Pink #FF9ECE

Color information

#FF9ECE (or 0xFF9ECE) is unknown color: approx Carnation Pink. HEX triplet: FF, 9E and CE. RGB value is (255,158,206). Sum of RGB (Red+Green+Blue) = 255+158+206=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ECE is #006131. Grayscale: #C0C0C0. Windows color (decimal): -24882 or 13541119. OLE color: 13541119.

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

Color convert

RGB255158206-
CMYK00.380.190
HSL330.31º100%80.98%-
HSV(B)330.31º38.04%100%-
XYZ64.6150.1764.67-
YUV192.48135.64172.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 158 (62.11% from 255) = 25.53%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=41.20%
G=25.53%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515820600.380.190330.3110080.98
HexFF9ECE02613014a6451
Octal377236316046230512144121
Binary111111111001111011001110010011010011010100101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9ECE; }

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

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

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

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

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

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

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

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