#F998C0

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

Shades of Carnation Pink #F998C0

Tints of Carnation Pink #F998C0

Color information

#F998C0 (or 0xF998C0) is unknown color: approx Carnation Pink. HEX triplet: F9, 98 and C0. RGB value is (249,152,192). Sum of RGB (Red+Green+Blue) = 249+152+192=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F998C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998C0 is #06673F. Grayscale: #B9B9B9. Windows color (decimal): -419648 or 12622073. OLE color: 12622073.

HSL color Cylindrical-coordinate representation of color #F998C0: hue angle of 335.26º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998C0 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB249152192-
CMYK00.390.230.02
HSL335.26º88.99%78.63%-
HSV(B)335.26º38.96%97.65%-
XYZ59.8146.455.67-
YUV185.56131.64173.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.99%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 192 (75.39% from 255) = 32.38%
R=41.99%
G=25.63%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915219200.390.230.02335.2688.9978.63
HexF998C002717214f594f
Octal371230300047272517131117
Binary1111100110011000110000000100111101111010100111110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F998C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F998C0; }

 p { color: rgb(249,152,192); }

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

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

 a { background-color: rgb(249,152,192); }

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

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

 span { border-color: rgb(249,152,192); }

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