Html Css Color HEX #FE9ACD Carnation Pink

📋 copy color: '#FE9ACD'

red 254 ◦ green 154 ◦ blue 205

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

Shades of Carnation Pink #FE9ACD

Tints of Carnation Pink #FE9ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.12%

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

R = 41.44%
G = 25.12%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE9ACD (or 0xFE9ACD) is known color: Carnation Pink. HEX triplet: FE, 9A and CD. RGB value is (254,154,205). Sum of RGB (Red+Green+Blue) = 254+154+205=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ACD is #016532. Grayscale: #BDBDBD. Windows color (decimal): -91443 or 13474558. OLE color: 13474558.

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

Color convert

RGB 254 154 205 -
CMYK 0 0.39 0.19 0.00
HSL 329.4º 0.98% 0.8% -
HSV(B) 329.4º 0.39% 1% -
XYZ 63.45 48.59 63.79 -
YUV 189.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 254 154 205 0 0.39 0.19 0.00 329.4 0.98 0.8
Hex FE 9A CD 0 27 13 0 149 62 50
Octal 376 232 315 0 47 23 0 511 142 120
Binary 11111110 10011010 11001101 0 100111 10011 0 101001001 1100010 1010000

Color Harmonies of #FE9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9ACD

Black with #FE9ACD

Text Example


Text Example

White with #FE9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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