Html Css Color HEX #FE9DCA Carnation Pink

📋 copy color: '#FE9DCA'

red 254 ◦ green 157 ◦ blue 202

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

Shades of Carnation Pink #FE9DCA

Tints of Carnation Pink #FE9DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.95%

R = 41.44%
G = 25.61%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE9DCA (or 0xFE9DCA) is known color: Carnation Pink. HEX triplet: FE, 9D and CA. RGB value is (254,157,202). Sum of RGB (Red+Green+Blue) = 254+157+202=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DCA is #016235. Grayscale: #BFBFBF. Windows color (decimal): -90678 or 13278718. OLE color: 13278718.

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

Color convert

RGB 254 157 202 -
CMYK 0 0.38 0.20 0.00
HSL 332.16º 0.98% 0.81% -
HSV(B) 332.16º 0.38% 1% -
XYZ 63.59 49.45 62.07 -
YUV 191.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 254 157 202 0 0.38 0.20 0.00 332.16 0.98 0.81
Hex FE 9D CA 0 26 14 0 14C 62 51
Octal 376 235 312 0 46 24 0 514 142 121
Binary 11111110 10011101 11001010 0 100110 10100 0 101001100 1100010 1010001

Color Harmonies of #FE9DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9DCA

Black with #FE9DCA

Text Example


Text Example

White with #FE9DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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