Html Css Color HEX #FE9EC2 Carnation Pink

📋 copy color: '#FE9EC2'

red 254 ◦ green 158 ◦ blue 194

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

Shades of Carnation Pink #FE9EC2

Tints of Carnation Pink #FE9EC2

RGB

 RED value IS 254 (99.61% from 255) = 41.91%

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

 BLUE value IS 194 (76.17% from 255) = 32.01%

R = 41.91%
G = 26.07%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE9EC2 (or 0xFE9EC2) is known color: Carnation Pink. HEX triplet: FE, 9E and C2. RGB value is (254,158,194). Sum of RGB (Red+Green+Blue) = 254+158+194=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EC2 is #01613D. Grayscale: #BEBEBE. Windows color (decimal): -90430 or 12754686. OLE color: 12754686.

HSL color Cylindrical-coordinate representation of color #FE9EC2: hue angle of 337.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9EC2 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 158 194 -
CMYK 0 0.38 0.24 0.00
HSL 337.5º 0.98% 0.81% -
HSV(B) 337.5º 0.38% 1% -
XYZ 62.84 49.42 57.27 -
YUV 190.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 254 158 194 0 0.38 0.24 0.00 337.5 0.98 0.81
Hex FE 9E C2 0 26 18 0 152 62 51
Octal 376 236 302 0 46 30 0 522 142 121
Binary 11111110 10011110 11000010 0 100110 11000 0 101010010 1100010 1010001

Color Harmonies of #FE9EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9EC2

Black with #FE9EC2

Text Example


Text Example

White with #FE9EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9EC2; }

 p { color: rgb(254,158,194); }

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

background-color css

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

 a { background-color: rgb(254,158,194); }

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

border-color css

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

 span { border-color: rgb(254,158,194); }

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