#F99BCE

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

Shades of Carnation Pink #F99BCE

Tints of Carnation Pink #F99BCE

Color information

#F99BCE (or 0xF99BCE) is unknown color: approx Carnation Pink. HEX triplet: F9, 9B and CE. RGB value is (249,155,206). Sum of RGB (Red+Green+Blue) = 249+155+206=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BCE is #066431. Grayscale: #BCBCBC. Windows color (decimal): -418866 or 13540345. OLE color: 13540345.

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

Color convert

RGB249155206-
CMYK00.380.170.02
HSL327.45º88.68%79.22%-
HSV(B)327.45º37.75%97.65%-
XYZ61.9348.0464.4-
YUV188.92137.64170.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.82%
GREEN value IS 155 (60.94% from 255) = 25.41%
BLUE value IS 206 (80.86% from 255) = 33.77%
R=40.82%
G=25.41%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915520600.380.170.02327.4588.6879.22
HexF99BCE026112147594f
Octal371233316046212507131117
Binary1111100110011011110011100100110100011010100011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99BCE; }

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

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

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

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

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

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

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

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