Html Css Color HEX #FE9DC6 Carnation Pink

📋 copy color: '#FE9DC6'

red 254 ◦ green 157 ◦ blue 198

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

Shades of Carnation Pink #FE9DC6

Tints of Carnation Pink #FE9DC6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.78%

 BLUE value IS 198 (77.73% from 255) = 32.51%

R = 41.71%
G = 25.78%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE9DC6 (or 0xFE9DC6) is known color: Carnation Pink. HEX triplet: FE, 9D and C6. RGB value is (254,157,198). Sum of RGB (Red+Green+Blue) = 254+157+198=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DC6 is #016239. Grayscale: #BEBEBE. Windows color (decimal): -90682 or 13016574. OLE color: 13016574.

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

Color convert

RGB 254 157 198 -
CMYK 0 0.38 0.22 0.00
HSL 334.64º 0.98% 0.81% -
HSV(B) 334.64º 0.38% 1% -
XYZ 63.12 49.26 59.61 -
YUV 190.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 254 157 198 0 0.38 0.22 0.00 334.64 0.98 0.81
Hex FE 9D C6 0 26 16 0 14F 62 51
Octal 376 235 306 0 46 26 0 517 142 121
Binary 11111110 10011101 11000110 0 100110 10110 0 101001111 1100010 1010001

Color Harmonies of #FE9DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DC6

Black with #FE9DC6

Text Example


Text Example

White with #FE9DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DC6; }

 p { color: rgb(254,157,198); }

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

background-color css

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

 a { background-color: rgb(254,157,198); }

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

border-color css

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

 span { border-color: rgb(254,157,198); }

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