#F999CD

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

Shades of Carnation Pink #F999CD

Tints of Carnation Pink #F999CD

Color information

#F999CD (or 0xF999CD) is unknown color: approx Carnation Pink. HEX triplet: F9, 99 and CD. RGB value is (249,153,205). Sum of RGB (Red+Green+Blue) = 249+153+205=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F999CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999CD is #066632. Grayscale: #BBBBBB. Windows color (decimal): -419379 or 13474297. OLE color: 13474297.

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

Color convert

RGB249153205-
CMYK00.390.180.02
HSL327.5º88.89%78.82%-
HSV(B)327.5º38.55%97.65%-
XYZ61.4847.3363.65-
YUV187.63137.8171.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 153 (60.16% from 255) = 25.21%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=41.02%
G=25.21%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915320500.390.180.02327.588.8978.82
HexF999CD027122148594f
Octal371231315047222510131117
Binary1111100110011001110011010100111100101010100100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F999CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F999CD; }

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

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

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

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

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

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

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

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