#F5A8CA

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

Shades of Carnation Pink #F5A8CA

Tints of Carnation Pink #F5A8CA

Color information

#F5A8CA (or 0xF5A8CA) is unknown color: approx Carnation Pink. HEX triplet: F5, A8 and CA. RGB value is (245,168,202). Sum of RGB (Red+Green+Blue) = 245+168+202=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8CA is #0A5735. Grayscale: #C2C2C2. Windows color (decimal): -677686 or 13281525. OLE color: 13281525.

HSL color Cylindrical-coordinate representation of color #F5A8CA: hue angle of 333.51º 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 #F5A8CA is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245168202-
CMYK00.310.180.04
HSL333.51º79.38%80.98%-
HSV(B)333.51º31.43%96.08%-
XYZ62.3251.6862.57-
YUV194.9132.01163.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 168 (66.02% from 255) = 27.32%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=39.84%
G=27.32%
B=32.85%

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
Decimal24516820200.310.180.04333.5179.3880.98
HexF5A8CA01F12414e4f51
Octal365250312037224516117121
Binary1111010110101000110010100111111001010010100111010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A8CA; }

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

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

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

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

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

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

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

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