#FF9EBF

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

Shades of Carnation Pink #FF9EBF

Tints of Carnation Pink #FF9EBF

Color information

#FF9EBF (or 0xFF9EBF) is unknown color: approx Carnation Pink. HEX triplet: FF, 9E and BF. RGB value is (255,158,191). Sum of RGB (Red+Green+Blue) = 255+158+191=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EBF is #006140. Grayscale: #BEBEBE. Windows color (decimal): -24897 or 12558079. OLE color: 12558079.

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

Color convert

RGB255158191-
CMYK00.380.250
HSL339.59º100%80.98%-
HSV(B)339.59º38.04%100%-
XYZ62.8749.4855.53-
YUV190.76128.14173.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 158 (62.11% from 255) = 26.16%
BLUE value IS 191 (75% from 255) = 31.62%
R=42.22%
G=26.16%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515819100.380.250339.5910080.98
HexFF9EBF0261901546451
Octal377236277046310524144121
Binary111111111001111010111111010011011001010101010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EBF; }

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

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

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

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

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

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

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

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