#F6A1CD

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

Shades of Carnation Pink #F6A1CD

Tints of Carnation Pink #F6A1CD

Color information

#F6A1CD (or 0xF6A1CD) is unknown color: approx Carnation Pink. HEX triplet: F6, A1 and CD. RGB value is (246,161,205). Sum of RGB (Red+Green+Blue) = 246+161+205=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A1CD is #095E32. Grayscale: #BFBFBF. Windows color (decimal): -613939 or 13476342. OLE color: 13476342.

HSL color Cylindrical-coordinate representation of color #F6A1CD: hue angle of 328.94º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A1CD is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246161205-
CMYK00.350.170.04
HSL328.94º82.52%79.8%-
HSV(B)328.94º34.55%96.47%-
XYZ61.7749.4964.05-
YUV191.43135.66166.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.20%
GREEN value IS 161 (63.28% from 255) = 26.31%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=40.20%
G=26.31%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616120500.350.170.04328.9482.5279.8
HexF6A1CD0231141495350
Octal366241315043214511123120
Binary11110110101000011100110101000111000110010100100110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A1CD; }

 p { color: rgb(246,161,205); }

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

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

 a { background-color: rgb(246,161,205); }

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

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

 span { border-color: rgb(246,161,205); }

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