#F2A3BF

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

Shades of Carnation Pink #F2A3BF

Tints of Carnation Pink #F2A3BF

Color information

#F2A3BF (or 0xF2A3BF) is unknown color: approx Carnation Pink. HEX triplet: F2, A3 and BF. RGB value is (242,163,191). Sum of RGB (Red+Green+Blue) = 242+163+191=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 163 (64.06% from 255 or 27.35% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A3BF is #0D5C40. Grayscale: #BDBDBD. Windows color (decimal): -875585 or 12559346. OLE color: 12559346.

HSL color Cylindrical-coordinate representation of color #F2A3BF: hue angle of 338.73º 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 #F2A3BF is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242163191-
CMYK00.330.210.05
HSL338.73º75.24%79.41%-
HSV(B)338.73º32.64%94.9%-
XYZ59.1248.8355.6-
YUV189.81128.67165.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 163 (64.06% from 255) = 27.35%
BLUE value IS 191 (75% from 255) = 32.05%
R=40.60%
G=27.35%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216319100.330.210.05338.7375.2479.41
HexF2A3BF0211551534b4f
Octal362243277041255523113117
Binary11110010101000111011111101000011010110110101001110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A3BF; }

 p { color: rgb(242,163,191); }

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

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

 a { background-color: rgb(242,163,191); }

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

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

 span { border-color: rgb(242,163,191); }

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