Html Css Color HEX #FE9FCC Carnation Pink

📋 copy color: '#FE9FCC'

red 254 ◦ green 159 ◦ blue 204

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

Shades of Carnation Pink #FE9FCC

Tints of Carnation Pink #FE9FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.77%

 BLUE value IS 204 (80.08% from 255) = 33.06%

R = 41.17%
G = 25.77%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE9FCC (or 0xFE9FCC) is known color: Carnation Pink. HEX triplet: FE, 9F and CC. RGB value is (254,159,204). Sum of RGB (Red+Green+Blue) = 254+159+204=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FCC is #016033. Grayscale: #C0C0C0. Windows color (decimal): -90164 or 13410302. OLE color: 13410302.

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

Color convert

RGB 254 159 204 -
CMYK 0 0.37 0.20 0.00
HSL 331.58º 0.98% 0.81% -
HSV(B) 331.58º 0.37% 1% -
XYZ 64.17 50.23 63.44 -
YUV 192.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 254 159 204 0 0.37 0.20 0.00 331.58 0.98 0.81
Hex FE 9F CC 0 25 14 0 14C 62 51
Octal 376 237 314 0 45 24 0 514 142 121
Binary 11111110 10011111 11001100 0 100101 10100 0 101001100 1100010 1010001

Color Harmonies of #FE9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9FCC

Black with #FE9FCC

Text Example


Text Example

White with #FE9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9FCC; }

 p { color: rgb(254,159,204); }

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

background-color css

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

 a { background-color: rgb(254,159,204); }

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

border-color css

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

 span { border-color: rgb(254,159,204); }

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