Html Css Color HEX #FE9FC4 Carnation Pink

📋 copy color: '#FE9FC4'

red 254 ◦ green 159 ◦ blue 196

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

Shades of Carnation Pink #FE9FC4

Tints of Carnation Pink #FE9FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.18%

R = 41.71%
G = 26.11%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE9FC4 (or 0xFE9FC4) is known color: Carnation Pink. HEX triplet: FE, 9F and C4. RGB value is (254,159,196). Sum of RGB (Red+Green+Blue) = 254+159+196=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FC4 is #01603B. Grayscale: #BFBFBF. Windows color (decimal): -90172 or 12886014. OLE color: 12886014.

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

Color convert

RGB 254 159 196 -
CMYK 0 0.37 0.23 0.00
HSL 336.63º 0.98% 0.81% -
HSV(B) 336.63º 0.37% 1% -
XYZ 63.23 49.85 58.51 -
YUV 191.62 130.47 172.49 -
System Red Green Blue C M Y K H S L
Decimal 254 159 196 0 0.37 0.23 0.00 336.63 0.98 0.81
Hex FE 9F C4 0 25 17 0 151 62 51
Octal 376 237 304 0 45 27 0 521 142 121
Binary 11111110 10011111 11000100 0 100101 10111 0 101010001 1100010 1010001

Color Harmonies of #FE9FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9FC4

Black with #FE9FC4

Text Example


Text Example

White with #FE9FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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