Html Css Color HEX #FE9FC7 Carnation Pink

📋 copy color: '#FE9FC7'

red 254 ◦ green 159 ◦ blue 199

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

Shades of Carnation Pink #FE9FC7

Tints of Carnation Pink #FE9FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.52%

R = 41.5%
G = 25.98%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE9FC7 (or 0xFE9FC7) is known color: Carnation Pink. HEX triplet: FE, 9F and C7. RGB value is (254,159,199). Sum of RGB (Red+Green+Blue) = 254+159+199=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FC7 is #016038. Grayscale: #BFBFBF. Windows color (decimal): -90169 or 13082622. OLE color: 13082622.

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

Color convert

RGB 254 159 199 -
CMYK 0 0.37 0.22 0.00
HSL 334.74º 0.98% 0.81% -
HSV(B) 334.74º 0.37% 1% -
XYZ 63.58 49.99 60.33 -
YUV 191.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 254 159 199 0 0.37 0.22 0.00 334.74 0.98 0.81
Hex FE 9F C7 0 25 16 0 14F 62 51
Octal 376 237 307 0 45 26 0 517 142 121
Binary 11111110 10011111 11000111 0 100101 10110 0 101001111 1100010 1010001

Color Harmonies of #FE9FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9FC7

Black with #FE9FC7

Text Example


Text Example

White with #FE9FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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