#F99BCB

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

Shades of Carnation Pink #F99BCB

Tints of Carnation Pink #F99BCB

Color information

#F99BCB (or 0xF99BCB) is unknown color: approx Carnation Pink. HEX triplet: F9, 9B and CB. RGB value is (249,155,203). Sum of RGB (Red+Green+Blue) = 249+155+203=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BCB is #066434. Grayscale: #BCBCBC. Windows color (decimal): -418869 or 13343737. OLE color: 13343737.

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

Color convert

RGB249155203-
CMYK00.380.180.02
HSL329.36º88.68%79.22%-
HSV(B)329.36º37.75%97.65%-
XYZ61.5747.8962.5-
YUV188.58136.14171.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 155 (60.94% from 255) = 25.54%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=41.02%
G=25.54%
B=33.44%

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
Decimal24915520300.380.180.02329.3688.6879.22
HexF99BCB026122149594f
Octal371233313046222511131117
Binary1111100110011011110010110100110100101010100100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99BCB; }

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

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

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

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

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

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

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

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