#FE98C1

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

Shades of Carnation Pink #FE98C1

Tints of Carnation Pink #FE98C1

Color information

#FE98C1 (or 0xFE98C1) is unknown color: approx Carnation Pink. HEX triplet: FE, 98 and C1. RGB value is (254,152,193). Sum of RGB (Red+Green+Blue) = 254+152+193=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98C1 is #01673E. Grayscale: #BBBBBB. Windows color (decimal): -91967 or 12687614. OLE color: 12687614.

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

Color convert

RGB254152193-
CMYK00.400.240.00
HSL335.88º98.08%79.61%-
HSV(B)335.88º40.16%99.61%-
XYZ61.7347.3856.34-
YUV187.17131.29175.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 152 (59.77% from 255) = 25.38%
BLUE value IS 193 (75.78% from 255) = 32.22%
R=42.40%
G=25.38%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415219300.400.240.00335.8898.0879.61
HexFE98C10281801506250
Octal376230301050300520142120
Binary111111101001100011000001010100011000010101000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE98C1; }

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

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

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

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

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

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

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

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