#F3A5CA

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

Shades of Carnation Pink #F3A5CA

Tints of Carnation Pink #F3A5CA

Color information

#F3A5CA (or 0xF3A5CA) is unknown color: approx Carnation Pink. HEX triplet: F3, A5 and CA. RGB value is (243,165,202). Sum of RGB (Red+Green+Blue) = 243+165+202=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A5CA is #0C5A35. Grayscale: #C0C0C0. Windows color (decimal): -809526 or 13280755. OLE color: 13280755.

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

Color convert

RGB243165202-
CMYK00.320.170.05
HSL331.54º76.47%80%-
HSV(B)331.54º32.1%95.29%-
XYZ61.0850.2362.35-
YUV192.54133.34163.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 165 (64.84% from 255) = 27.05%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=39.84%
G=27.05%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316520200.320.170.05331.5476.4780
HexF3A5CA02011514c4c50
Octal363245312040215514114120
Binary11110011101001011100101001000001000110110100110010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A5CA; }

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

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

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

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

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

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

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

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