#F99ACB

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

Shades of Carnation Pink #F99ACB

Tints of Carnation Pink #F99ACB

Color information

#F99ACB (or 0xF99ACB) is unknown color: approx Carnation Pink. HEX triplet: F9, 9A and CB. RGB value is (249,154,203). Sum of RGB (Red+Green+Blue) = 249+154+203=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ACB is #066534. Grayscale: #BBBBBB. Windows color (decimal): -419125 or 13343481. OLE color: 13343481.

HSL color Cylindrical-coordinate representation of color #F99ACB: hue angle of 329.05º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99ACB is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249154203-
CMYK00.380.180.02
HSL329.05º88.79%79.02%-
HSV(B)329.05º38.15%97.65%-
XYZ61.447.5662.44-
YUV187.99136.47171.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.09%
GREEN value IS 154 (60.55% from 255) = 25.41%
BLUE value IS 203 (79.69% from 255) = 33.50%
R=41.09%
G=25.41%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915420300.380.180.02329.0588.7979.02
HexF99ACB026122149594f
Octal371232313046222511131117
Binary1111100110011010110010110100110100101010100100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99ACB; }

 p { color: rgb(249,154,203); }

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

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

 a { background-color: rgb(249,154,203); }

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

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

 span { border-color: rgb(249,154,203); }

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