#F999BD

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

Shades of Carnation Pink #F999BD

Tints of Carnation Pink #F999BD

Color information

#F999BD (or 0xF999BD) is unknown color: approx Carnation Pink. HEX triplet: F9, 99 and BD. RGB value is (249,153,189). Sum of RGB (Red+Green+Blue) = 249+153+189=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F999BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999BD is #066642. Grayscale: #B9B9B9. Windows color (decimal): -419395 or 12425721. OLE color: 12425721.

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

Color convert

RGB249153189-
CMYK00.390.240.02
HSL337.5º88.89%78.82%-
HSV(B)337.5º38.55%97.65%-
XYZ59.6446.653.99-
YUV185.81129.8173.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.13%
GREEN value IS 153 (60.16% from 255) = 25.89%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=42.13%
G=25.89%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915318900.390.240.02337.588.8978.82
HexF999BD027182152594f
Octal371231275047302522131117
Binary1111100110011001101111010100111110001010101001010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F999BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F999BD; }

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

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

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

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

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

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

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

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