Html Css Color HEX #FF9EC3 Carnation Pink

📋 copy color: '#FF9EC3'

red 255 ◦ green 158 ◦ blue 195

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

Shades of Carnation Pink #FF9EC3

Tints of Carnation Pink #FF9EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.07%

R = 41.94%
G = 25.99%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF9EC3 (or 0xFF9EC3) is known color: Carnation Pink. HEX triplet: FF, 9E and C3. RGB value is (255,158,195). Sum of RGB (Red+Green+Blue) = 255+158+195=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EC3 is #00613C. Grayscale: #BFBFBF. Windows color (decimal): -24893 or 12820223. OLE color: 12820223.

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

Color convert

RGB 255 158 195 -
CMYK 0 0.38 0.24 0
HSL 337.11º 1% 0.81% -
HSV(B) 337.11º 0.38% 1% -
XYZ 63.32 49.65 57.88 -
YUV 191.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 255 158 195 0 0.38 0.24 0 337.11 1 0.81
Hex FF 9E C3 0 26 18 0 151 64 51
Octal 377 236 303 0 46 30 0 521 144 121
Binary 11111111 10011110 11000011 0 100110 11000 0 101010001 1100100 1010001

Color Harmonies of #FF9EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9EC3

Black with #FF9EC3

Text Example


Text Example

White with #FF9EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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