Html Css Color HEX #FE9DCD Carnation Pink

📋 copy color: '#FE9DCD'

red 254 ◦ green 157 ◦ blue 205

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

Shades of Carnation Pink #FE9DCD

Tints of Carnation Pink #FE9DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.28%

R = 41.23%
G = 25.49%
B = 33.28%

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

#FE9DCD (or 0xFE9DCD) is known color: Carnation Pink. HEX triplet: FE, 9D and CD. RGB value is (254,157,205). Sum of RGB (Red+Green+Blue) = 254+157+205=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DCD is #016232. Grayscale: #BFBFBF. Windows color (decimal): -90675 or 13475326. OLE color: 13475326.

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

Color convert

RGB 254 157 205 -
CMYK 0 0.38 0.19 0.00
HSL 330.31º 0.98% 0.81% -
HSV(B) 330.31º 0.38% 1% -
XYZ 63.95 49.59 63.96 -
YUV 191.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 254 157 205 0 0.38 0.19 0.00 330.31 0.98 0.81
Hex FE 9D CD 0 26 13 0 14A 62 51
Octal 376 235 315 0 46 23 0 512 142 121
Binary 11111110 10011101 11001101 0 100110 10011 0 101001010 1100010 1010001

Color Harmonies of #FE9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DCD

Black with #FE9DCD

Text Example


Text Example

White with #FE9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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