Html Css Color HEX #FE9ECE Carnation Pink

📋 copy color: '#FE9ECE'

red 254 ◦ green 158 ◦ blue 206

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

Shades of Carnation Pink #FE9ECE

Tints of Carnation Pink #FE9ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.33%

R = 41.1%
G = 25.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE9ECE (or 0xFE9ECE) is known color: Carnation Pink. HEX triplet: FE, 9E and CE. RGB value is (254,158,206). Sum of RGB (Red+Green+Blue) = 254+158+206=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ECE is #016131. Grayscale: #C0C0C0. Windows color (decimal): -90418 or 13541118. OLE color: 13541118.

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

Color convert

RGB 254 158 206 -
CMYK 0 0.38 0.19 0.00
HSL 330º 0.98% 0.81% -
HSV(B) 330º 0.38% 1% -
XYZ 64.24 49.98 64.65 -
YUV 192.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 254 158 206 0 0.38 0.19 0.00 330 0.98 0.81
Hex FE 9E CE 0 26 13 0 14A 62 51
Octal 376 236 316 0 46 23 0 512 142 121
Binary 11111110 10011110 11001110 0 100110 10011 0 101001010 1100010 1010001

Color Harmonies of #FE9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9ECE

Black with #FE9ECE

Text Example


Text Example

White with #FE9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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