#F2A2CA

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

Shades of Carnation Pink #F2A2CA

Tints of Carnation Pink #F2A2CA

Color information

#F2A2CA (or 0xF2A2CA) is unknown color: approx Carnation Pink. HEX triplet: F2, A2 and CA. RGB value is (242,162,202). Sum of RGB (Red+Green+Blue) = 242+162+202=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A2CA is #0D5D35. Grayscale: #BEBEBE. Windows color (decimal): -875830 or 13279986. OLE color: 13279986.

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

Color convert

RGB242162202-
CMYK00.330.170.05
HSL330º75.47%79.22%-
HSV(B)330º33.06%94.9%-
XYZ60.248.9862.16-
YUV190.48134.5164.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.93%
GREEN value IS 162 (63.67% from 255) = 26.73%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=39.93%
G=26.73%
B=33.33%

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
Decimal24216220200.330.170.0533075.4779.22
HexF2A2CA02111514a4b4f
Octal362242312041215512113117
Binary11110010101000101100101001000011000110110100101010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A2CA; }

 p { color: rgb(242,162,202); }

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

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

 a { background-color: rgb(242,162,202); }

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

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

 span { border-color: rgb(242,162,202); }

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