#F999C8

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

Shades of Carnation Pink #F999C8

Tints of Carnation Pink #F999C8

Color information

#F999C8 (or 0xF999C8) is unknown color: approx Carnation Pink. HEX triplet: F9, 99 and C8. RGB value is (249,153,200). Sum of RGB (Red+Green+Blue) = 249+153+200=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F999C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999C8 is #066637. Grayscale: #BABABA. Windows color (decimal): -419384 or 13146617. OLE color: 13146617.

HSL color Cylindrical-coordinate representation of color #F999C8: hue angle of 330.62º 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 #F999C8 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB249153200-
CMYK00.390.200.02
HSL330.62º88.89%78.82%-
HSV(B)330.62º38.55%97.65%-
XYZ60.8847.0960.52-
YUV187.06135.3172.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.36%
GREEN value IS 153 (60.16% from 255) = 25.42%
BLUE value IS 200 (78.52% from 255) = 33.22%
R=41.36%
G=25.42%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915320000.390.200.02330.6288.8978.82
HexF999C802714214b594f
Octal371231310047242513131117
Binary1111100110011001110010000100111101001010100101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F999C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F999C8; }

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

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

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

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

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

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

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

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