#F3A4CA

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

Shades of Carnation Pink #F3A4CA

Tints of Carnation Pink #F3A4CA

Color information

#F3A4CA (or 0xF3A4CA) is unknown color: approx Carnation Pink. HEX triplet: F3, A4 and CA. RGB value is (243,164,202). Sum of RGB (Red+Green+Blue) = 243+164+202=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A4CA is #0C5B35. Grayscale: #BFBFBF. Windows color (decimal): -809782 or 13280499. OLE color: 13280499.

HSL color Cylindrical-coordinate representation of color #F3A4CA: hue angle of 331.14º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A4CA is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB243164202-
CMYK00.330.170.05
HSL331.14º76.7%79.8%-
HSV(B)331.14º32.51%95.29%-
XYZ60.949.8762.29-
YUV191.95133.67164.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.90%
GREEN value IS 164 (64.45% from 255) = 26.93%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=39.90%
G=26.93%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316420200.330.170.05331.1476.779.8
HexF3A4CA02111514b4d50
Octal363244312041215513115120
Binary11110011101001001100101001000011000110110100101110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A4CA; }

 p { color: rgb(243,164,202); }

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

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

 a { background-color: rgb(243,164,202); }

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

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

 span { border-color: rgb(243,164,202); }

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