#F4A7CA

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

Shades of Carnation Pink #F4A7CA

Tints of Carnation Pink #F4A7CA

Color information

#F4A7CA (or 0xF4A7CA) is unknown color: approx Carnation Pink. HEX triplet: F4, A7 and CA. RGB value is (244,167,202). Sum of RGB (Red+Green+Blue) = 244+167+202=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A7CA is #0B5835. Grayscale: #C1C1C1. Windows color (decimal): -743478 or 13281268. OLE color: 13281268.

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

Color convert

RGB244167202-
CMYK00.320.170.04
HSL332.73º77.78%80.59%-
HSV(B)332.73º31.56%95.69%-
XYZ61.7951.1362.49-
YUV194.01132.51163.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.80%
GREEN value IS 167 (65.62% from 255) = 27.24%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=39.80%
G=27.24%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416720200.320.170.04332.7377.7880.59
HexF4A7CA02011414d4e51
Octal364247312040214515116121
Binary11110100101001111100101001000001000110010100110110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A7CA; }

 p { color: rgb(244,167,202); }

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

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

 a { background-color: rgb(244,167,202); }

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

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

 span { border-color: rgb(244,167,202); }

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