#F999C7

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

Shades of Carnation Pink #F999C7

Tints of Carnation Pink #F999C7

Color information

#F999C7 (or 0xF999C7) is unknown color: approx Carnation Pink. HEX triplet: F9, 99 and C7. RGB value is (249,153,199). Sum of RGB (Red+Green+Blue) = 249+153+199=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F999C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999C7 is #066638. Grayscale: #BABABA. Windows color (decimal): -419385 or 13081081. OLE color: 13081081.

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

Color convert

RGB249153199-
CMYK00.390.200.02
HSL331.25º88.89%78.82%-
HSV(B)331.25º38.55%97.65%-
XYZ60.7747.0559.91-
YUV186.95134.8172.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.43%
GREEN value IS 153 (60.16% from 255) = 25.46%
BLUE value IS 199 (78.12% from 255) = 33.11%
R=41.43%
G=25.46%
B=33.11%

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
Decimal24915319900.390.200.02331.2588.8978.82
HexF999C702714214b594f
Octal371231307047242513131117
Binary1111100110011001110001110100111101001010100101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F999C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F999C7; }

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

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

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

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

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

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

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

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