#FE98CF

Color #FE98CF Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FE98CF

Tints of Carnation Pink #FE98CF

Color information

#FE98CF (or 0xFE98CF) is unknown color: approx Carnation Pink. HEX triplet: FE, 98 and CF. RGB value is (254,152,207). Sum of RGB (Red+Green+Blue) = 254+152+207=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98CF is #016730. Grayscale: #BCBCBC. Windows color (decimal): -91953 or 13605118. OLE color: 13605118.

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

Color convert

RGB254152207-
CMYK00.400.190.00
HSL327.65º98.08%79.61%-
HSV(B)327.65º40.16%99.61%-
XYZ63.3648.0364.96-
YUV188.77138.29174.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 152 (59.77% from 255) = 24.80%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=41.44%
G=24.80%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415220700.400.190.00327.6598.0879.61
HexFE98CF0281301486250
Octal376230317050230510142120
Binary111111101001100011001111010100010011010100100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE98CF; }

 p { color: rgb(254,152,207); }

 H1.HeaderClassName
 {
   color: #FE98CF;
 }
 .AnyTagClassName
 {
   color: #FE98CF;
 }
</style>
background-color css

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

 a { background-color: rgb(254,152,207); }

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

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

 span { border-color: rgb(254,152,207); }

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