#F5A1BC

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

Shades of Carnation Pink #F5A1BC

Tints of Carnation Pink #F5A1BC

Color information

#F5A1BC (or 0xF5A1BC) is unknown color: approx Carnation Pink. HEX triplet: F5, A1 and BC. RGB value is (245,161,188). Sum of RGB (Red+Green+Blue) = 245+161+188=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A1BC is #0A5E43. Grayscale: #BDBDBD. Windows color (decimal): -679492 or 12362229. OLE color: 12362229.

HSL color Cylindrical-coordinate representation of color #F5A1BC: hue angle of 340.71º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5A1BC is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB245161188-
CMYK00.340.230.04
HSL340.71º80.77%79.61%-
HSV(B)340.71º34.29%96.08%-
XYZ59.4848.5353.81-
YUV189.19127.33167.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 161 (63.28% from 255) = 27.10%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=41.25%
G=27.10%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516118800.340.230.04340.7180.7779.61
HexF5A1BC0221741555150
Octal365241274042274525121120
Binary11110101101000011011110001000101011110010101010110100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A1BC; }

 p { color: rgb(245,161,188); }

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

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

 a { background-color: rgb(245,161,188); }

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

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

 span { border-color: rgb(245,161,188); }

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