#F4A5CA

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

Shades of Carnation Pink #F4A5CA

Tints of Carnation Pink #F4A5CA

Color information

#F4A5CA (or 0xF4A5CA) is unknown color: approx Carnation Pink. HEX triplet: F4, A5 and CA. RGB value is (244,165,202). Sum of RGB (Red+Green+Blue) = 244+165+202=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 165 (64.84% from 255 or 27.00% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A5CA is #0B5A35. Grayscale: #C0C0C0. Windows color (decimal): -743990 or 13280756. OLE color: 13280756.

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

Color convert

RGB244165202-
CMYK00.320.170.04
HSL331.9º78.22%80.2%-
HSV(B)331.9º32.38%95.69%-
XYZ61.4250.4162.37-
YUV192.84133.17164.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.93%
GREEN value IS 165 (64.84% from 255) = 27.00%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=39.93%
G=27.00%
B=33.06%

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
Decimal24416520200.320.170.04331.978.2280.2
HexF4A5CA02011414c4e50
Octal364245312040214514116120
Binary11110100101001011100101001000001000110010100110010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A5CA; }

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

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

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

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

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

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

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

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