#F2A5C4

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

Shades of Carnation Pink #F2A5C4

Tints of Carnation Pink #F2A5C4

Color information

#F2A5C4 (or 0xF2A5C4) is unknown color: approx Carnation Pink. HEX triplet: F2, A5 and C4. RGB value is (242,165,196). Sum of RGB (Red+Green+Blue) = 242+165+196=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A5C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A5C4 is #0D5A3B. Grayscale: #BFBFBF. Windows color (decimal): -875068 or 12887538. OLE color: 12887538.

HSL color Cylindrical-coordinate representation of color #F2A5C4: hue angle of 335.84º degrees, saturation: 0.75, 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 #F2A5C4 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB242165196-
CMYK00.320.190.05
HSL335.84º74.76%79.8%-
HSV(B)335.84º31.82%94.9%-
XYZ60.0449.7758.67-
YUV191.56130.51163.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.13%
GREEN value IS 165 (64.84% from 255) = 27.36%
BLUE value IS 196 (76.95% from 255) = 32.50%
R=40.13%
G=27.36%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216519600.320.190.05335.8474.7679.8
HexF2A5C40201351504b50
Octal362245304040235520113120
Binary11110010101001011100010001000001001110110101000010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A5C4; }

 p { color: rgb(242,165,196); }

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

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

 a { background-color: rgb(242,165,196); }

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

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

 span { border-color: rgb(242,165,196); }

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