Html Css Color HEX #FE9DC8 Carnation Pink

📋 copy color: '#FE9DC8'

red 254 ◦ green 157 ◦ blue 200

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

Shades of Carnation Pink #FE9DC8

Tints of Carnation Pink #FE9DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.73%

R = 41.57%
G = 25.7%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FE9DC8 (or 0xFE9DC8) is known color: Carnation Pink. HEX triplet: FE, 9D and C8. RGB value is (254,157,200). Sum of RGB (Red+Green+Blue) = 254+157+200=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DC8 is #016237. Grayscale: #BEBEBE. Windows color (decimal): -90680 or 13147646. OLE color: 13147646.

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

Color convert

RGB 254 157 200 -
CMYK 0 0.38 0.21 0.00
HSL 333.4º 0.98% 0.81% -
HSV(B) 333.4º 0.38% 1% -
XYZ 63.36 49.35 60.83 -
YUV 190.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 254 157 200 0 0.38 0.21 0.00 333.4 0.98 0.81
Hex FE 9D C8 0 26 15 0 14D 62 51
Octal 376 235 310 0 46 25 0 515 142 121
Binary 11111110 10011101 11001000 0 100110 10101 0 101001101 1100010 1010001

Color Harmonies of #FE9DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DC8

Black with #FE9DC8

Text Example


Text Example

White with #FE9DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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