#F99BC8

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

Shades of Carnation Pink #F99BC8

Tints of Carnation Pink #F99BC8

Color information

#F99BC8 (or 0xF99BC8) is unknown color: approx Carnation Pink. HEX triplet: F9, 9B and C8. RGB value is (249,155,200). Sum of RGB (Red+Green+Blue) = 249+155+200=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BC8 is #066437. Grayscale: #BCBCBC. Windows color (decimal): -418872 or 13147129. OLE color: 13147129.

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

Color convert

RGB249155200-
CMYK00.380.200.02
HSL331.28º88.68%79.22%-
HSV(B)331.28º37.75%97.65%-
XYZ61.2147.7560.63-
YUV188.24134.64171.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.23%
GREEN value IS 155 (60.94% from 255) = 25.66%
BLUE value IS 200 (78.52% from 255) = 33.11%
R=41.23%
G=25.66%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915520000.380.200.02331.2888.6879.22
HexF99BC802614214b594f
Octal371233310046242513131117
Binary1111100110011011110010000100110101001010100101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99BC8; }

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

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

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

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

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

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

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

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