#F996C8

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

Shades of Carnation Pink #F996C8

Tints of Carnation Pink #F996C8

Color information

#F996C8 (or 0xF996C8) is unknown color: approx Carnation Pink. HEX triplet: F9, 96 and C8. RGB value is (249,150,200). Sum of RGB (Red+Green+Blue) = 249+150+200=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F996C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996C8 is #066937. Grayscale: #B9B9B9. Windows color (decimal): -420152 or 13145849. OLE color: 13145849.

HSL color Cylindrical-coordinate representation of color #F996C8: hue angle of 329.7º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996C8 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB249150200-
CMYK00.400.200.02
HSL329.7º89.19%78.24%-
HSV(B)329.7º39.76%97.65%-
XYZ60.446.1260.36-
YUV185.3136.3173.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 150 (58.98% from 255) = 25.04%
BLUE value IS 200 (78.52% from 255) = 33.39%
R=41.57%
G=25.04%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915020000.400.200.02329.789.1978.24
HexF996C802814214a594e
Octal371226310050242512131116
Binary1111100110010110110010000101000101001010100101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F996C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F996C8; }

 p { color: rgb(249,150,200); }

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

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

 a { background-color: rgb(249,150,200); }

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

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

 span { border-color: rgb(249,150,200); }

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