#F5A8C9

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

Shades of Carnation Pink #F5A8C9

Tints of Carnation Pink #F5A8C9

Color information

#F5A8C9 (or 0xF5A8C9) is unknown color: approx Carnation Pink. HEX triplet: F5, A8 and C9. RGB value is (245,168,201). Sum of RGB (Red+Green+Blue) = 245+168+201=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8C9 is #0A5736. Grayscale: #C2C2C2. Windows color (decimal): -677687 or 13215989. OLE color: 13215989.

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

Color convert

RGB245168201-
CMYK00.310.180.04
HSL334.29º79.38%80.98%-
HSV(B)334.29º31.43%96.08%-
XYZ62.251.6361.95-
YUV194.78131.51163.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.90%
GREEN value IS 168 (66.02% from 255) = 27.36%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=39.90%
G=27.36%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516820100.310.180.04334.2979.3880.98
HexF5A8C901F12414e4f51
Octal365250311037224516117121
Binary1111010110101000110010010111111001010010100111010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A8C9; }

 p { color: rgb(245,168,201); }

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

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

 a { background-color: rgb(245,168,201); }

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

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

 span { border-color: rgb(245,168,201); }

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