Html Css Color HEX #FF9EC8 Carnation Pink

📋 copy color: '#FF9EC8'

red 255 ◦ green 158 ◦ blue 200

#FF9EC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carnation Pink #FF9EC8

Tints of Carnation Pink #FF9EC8

RGB

 RED value IS 255 (100% from 255) = 41.6%

 GREEN value IS 158 (62.11% from 255) = 25.77%

 BLUE value IS 200 (78.52% from 255) = 32.63%

R = 41.6%
G = 25.77%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF9EC8 (or 0xFF9EC8) is known color: Carnation Pink. HEX triplet: FF, 9E and C8. RGB value is (255,158,200). Sum of RGB (Red+Green+Blue) = 255+158+200=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EC8 is #006137. Grayscale: #BFBFBF. Windows color (decimal): -24888 or 13147903. OLE color: 13147903.

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

Color convert

RGB 255 158 200 -
CMYK 0 0.38 0.22 0
HSL 334.02º 1% 0.81% -
HSV(B) 334.02º 0.38% 1% -
XYZ 63.89 49.88 60.9 -
YUV 191.79 132.64 173.08 -
System Red Green Blue C M Y K H S L
Decimal 255 158 200 0 0.38 0.22 0 334.02 1 0.81
Hex FF 9E C8 0 26 16 0 14E 64 51
Octal 377 236 310 0 46 26 0 516 144 121
Binary 11111111 10011110 11001000 0 100110 10110 0 101001110 1100100 1010001

Color Harmonies of #FF9EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9EC8

Black with #FF9EC8

Text Example


Text Example

White with #FF9EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9EC8; }

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

 H1.HeaderClassName
 {
   color: #FF9EC8;
 }
 .AnyTagClassName
 {
   color: #FF9EC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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