Html Css Color HEX #FF9EC7 Carnation Pink

📋 copy color: '#FF9EC7'

red 255 ◦ green 158 ◦ blue 199

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

Shades of Carnation Pink #FF9EC7

Tints of Carnation Pink #FF9EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.52%

R = 41.67%
G = 25.82%
B = 32.52%

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

#FF9EC7 (or 0xFF9EC7) is known color: Carnation Pink. HEX triplet: FF, 9E and C7. RGB value is (255,158,199). Sum of RGB (Red+Green+Blue) = 255+158+199=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EC7 is #006138. Grayscale: #BFBFBF. Windows color (decimal): -24889 or 13082367. OLE color: 13082367.

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

Color convert

RGB 255 158 199 -
CMYK 0 0.38 0.22 0
HSL 334.64º 1% 0.81% -
HSV(B) 334.64º 0.38% 1% -
XYZ 63.78 49.84 60.29 -
YUV 191.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 255 158 199 0 0.38 0.22 0 334.64 1 0.81
Hex FF 9E C7 0 26 16 0 14F 64 51
Octal 377 236 307 0 46 26 0 517 144 121
Binary 11111111 10011110 11000111 0 100110 10110 0 101001111 1100100 1010001

Color Harmonies of #FF9EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9EC7

Black with #FF9EC7

Text Example


Text Example

White with #FF9EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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