#F8A2BD

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

Shades of Carnation Pink #F8A2BD

Tints of Carnation Pink #F8A2BD

Color information

#F8A2BD (or 0xF8A2BD) is unknown color: approx Carnation Pink. HEX triplet: F8, A2 and BD. RGB value is (248,162,189). Sum of RGB (Red+Green+Blue) = 248+162+189=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A2BD is #075D42. Grayscale: #BEBEBE. Windows color (decimal): -482627 or 12428024. OLE color: 12428024.

HSL color Cylindrical-coordinate representation of color #F8A2BD: hue angle of 341.16º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A2BD is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB248162189-
CMYK00.350.240.03
HSL341.16º86%80.39%-
HSV(B)341.16º34.68%97.25%-
XYZ60.8249.4754.49-
YUV190.79126.99168.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.40%
GREEN value IS 162 (63.67% from 255) = 27.05%
BLUE value IS 189 (74.22% from 255) = 31.55%
R=41.40%
G=27.05%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816218900.350.240.03341.168680.39
HexF8A2BD0231831555650
Octal370242275043303525126120
Binary1111100010100010101111010100011110001110101010110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A2BD; }

 p { color: rgb(248,162,189); }

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

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

 a { background-color: rgb(248,162,189); }

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

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

 span { border-color: rgb(248,162,189); }

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